FieldSetvariable

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.

Example

await FieldSet('Shipping Address').find(TextField('City')).fillIn('London');

Filters

  • visible: boolean – Filter by visibility. Defaults to true. See isVisible.

← Back to @interactors/html