select method

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

Implementation

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