WebElement typedef

WebElement = Element

Represents any generic DOM element.

This type alias points to web.Element.

Implementation

typedef WebElement = web.Element;