WebElement typedef
WebElement = Element
Represents any generic DOM element.
This type alias points to web.Element.
Implementation
typedef WebElement = web.Element;
Represents any generic DOM element.
This type alias points to web.Element.
typedef WebElement = web.Element;