When I find element by title:
When I find element by title {string} Copy
When I find element by title {string}
Finds the first element that has a matching title attribute. This will also find a title element within an SVG.
title
When I find element by title "Close" Copy
When I find element by title "Close"
This precedes steps like "When I click". For example:
When I find element by title "Close" And I click Copy
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.