WebElement extension members (manual topic)
Hand-maintained topic for COM members added after the last Sandcastle build. These map to Selenium.ComInterfaces._WebElement and the runtime implementation.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll)

GetShadowRoot()

Returns the open shadow root as a WebElement. Use the driver’s shadow-aware search path (/shadow/.../element) from this element.

DomProperty(name)

Returns a DOM property value via the W3C .../property/:name endpoint (not an HTML attribute).

ComputedRole (read-only)

Accessibility computed role (W3C computedrole).

ComputedLabel (read-only)

Accessibility computed label (W3C computedlabel).

See Also