elementIdAttribute
Get the value of an element’s attribute.
Usage
1 | client.elementIdAttribute(ID,attributeName).then(callback); |
Parameters
Param | Type | Details |
---|---|---|
ID | String | ID of a WebElement JSON object to route the command to |
attributeName | String | attribute name of element you want to receive |