Optional
options: DataTableWhen I find elements by title "Title"
With options:
When I find elements 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 elements by title "Close"
And I get 1st element
And I click
Inspired by Testing Library's ByTitle.
When I find elements by title:
Finds elements with a matching
title
attribute. This will also findtitle
elements within SVGs.