is_displayed
The command to check if this element is displayed.
Syntax
Element.is_displayed() -> boolUsage
py.get("#button").is_displayed()Arguments
None
Yields
bool - True if the element is displayed, else False
Last updated