select method
Implementation
Future<UITestChainNode<U, Element?, T>> select(
String? selectors, {
bool expected = false,
}) => thenChain((o) => o.select(selectors, expected: expected));
Future<UITestChainNode<U, Element?, T>> select(
String? selectors, {
bool expected = false,
}) => thenChain((o) => o.select(selectors, expected: expected));