webelement
The property that is the current instance of Selenium's WebElement that Element is wrapping.
Syntax
Element.webelementUsage
py.get('a').webelement# Errors, 'webelement' is not a function
py.get('a').webelement()Arguments
Yields
Examples
Last updated