select method
Alias to Element.querySelector or UIComponent.querySelector.
Implementation
UITestChainNode<U, Element?, T> select(
String? selectors, {
bool expected = false,
}) => querySelectorNonTyped(selectors, expected: expected);
Alias to Element.querySelector or UIComponent.querySelector.
UITestChainNode<U, Element?, T> select(
String? selectors, {
bool expected = false,
}) => querySelectorNonTyped(selectors, expected: expected);