Returns whether this component's root element exists in the DOM.
Future<bool> isPresent() => Future.sync(() => browser.isPresent(selector));