Optional
options: DataTableWhen I find input by label text "Email"
With options:
When I find input by label text "Email"
| log | true |
| timeout | 4000 |
| withinSubject | null |
| includeShadowDom | false |
| pseudoSelector | visible |
This precedes steps like "Then I see value". For example:
When I find input by label text "Email"
Then I see value "[email protected]"
Inspired by Testing Library's ByLabelText.
When I find input by label text:
Finds the first input element that matches the label text.