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