Optional
options: DataTableWhen I find element by title "Title"
With options:
When I find element by title "Title"
| log | true |
| timeout | 4000 |
| withinSubject | null |
| includeShadowDom | false |
| pseudoSelector | visible |
This precedes steps like "When I click". For example:
When I find element by title "Close"
And I click
Inspired by Testing Library's ByTitle.
When I find element by title:
Finds the first element that has a matching
title
attribute. This will also find atitle
element within an SVG.