WebSelector constructor

WebSelector({
  1. String? role,
  2. String? label,
  3. String? placeholder,
  4. String? text,
  5. String? altText,
  6. String? title,
  7. String? testId,
  8. String? cssOrXpath,
})

Creates a new WebSelector.

Implementation

WebSelector({
  super.role,
  super.label,
  super.placeholder,
  super.text,
  super.altText,
  super.title,
  super.testId,
  super.cssOrXpath,
});