Const
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'); Copy
await FieldSet('Shipping Address').find(TextField('City')).fillIn('London');
visible
true
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
Filters
visible
: boolean – Filter by visibility. Defaults totrue
. See isVisible.