Optional
options: DataTableWhen I find heading by text "Heading"
With options:
When I find heading by text "Heading"
| log | true |
| timeout | 4000 |
| withinSubject | null |
| includeShadowDom | false |
This precedes steps like "When I click". For example:
When I find heading by text "heading"
And I click
When I find heading by text:
Finds first heading element that matches text.