isPresent method

Future<bool> isPresent()

Returns whether this component's root element exists in the DOM.

Implementation

Future<bool> isPresent() => Future.sync(() => browser.isPresent(selector));