displayed property
Is this element visible in the page?
Implementation
bool get displayed => _client.send(_handler.element.buildDisplayedRequest(id),
_handler.element.parseDisplayedResponse);
Is this element visible in the page?
bool get displayed => _client.send(_handler.element.buildDisplayedRequest(id),
_handler.element.parseDisplayedResponse);