displayed property

Future<bool> displayed

Is this element visible in the page?

Implementation

Future<bool> get displayed => _client.send(
    _handler.element.buildDisplayedRequest(id),
    _handler.element.parseDisplayedResponse);