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