Future<T> click([String? selectors]) => thenChain((o) { _click(this, o.element, selectors: selectors); return o; });