get_property
The command to get the specified property's value of the element.
Syntax
Element.get_property(prop: str) -> AnyUsage
py.get(".nav-link").get_property("innerHTML")# Errors, 'py' cannot call this directly
py.get_property("className")Arguments
Yields
Last updated