get_property
The command to get the specified property's value of the element.
Last updated
The command to get the specified property's value of the element.
Element.get_property(prop: str) -> Anypy.get(".nav-link").get_property("innerHTML")# Errors, 'py' cannot call this directly
py.get_property("className")property (str) - The name of the property.
The value returned by the property, but this is usually a string.
Last updated