Retrieve the value of a specified DOM property for the given element. For all the available DOM element properties, consult the Element doc at MDN.

Please note that this command operates on a protocol level and accepts the Web Element ID as the parameter. To retrieve it, use either the .findElement() or .findElements() command. Read more on Element retrieval.

Usage

Parameters

Name Type description
webElementId string

The Web Element ID of the element to route the command to.

DOMPropertyName string
callback function

Callback function which is called with the result value.

W3C WebDriver spec