selectExpected method

Future<Element> selectExpected(
  1. String? selectors
)

Implementation

Future<Element> selectExpected(String? selectors) =>
    thenChain((e) => e.selectExpected(selectors));