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