displayed property

bool displayed

Is this element visible in the page?

Implementation

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