When I find input by display value:
When I find input by display value {string} Copy
When I find input by display value {string}
Returns the input element that has the matching display value.
input
When I find input by display value "Input" Copy
When I find input by display value "Input"
This precedes steps like "When I set value". For example:
When I find input by display value "Input" And I set value "Value" Copy
When I find input by display value "Input" And I set value "Value"
Inspired by Testing Library's ByDisplayValue.
When I find input by display value:
Returns the
input
element that has the matching display value.