Variable FieldSetConst

FieldSet: any = FieldSetInteractor

Call this InteractorConstructor to initialize a field set Interactor. The field set interactor can be used to find field sets on the page. This is often useful to scope form fields.

await FieldSet('Shipping Address').find(TextField('City')).fillIn('London');
  • visible: boolean – Filter by visibility. Defaults to true. See isVisible.