Skip to main content
Element Handle content methods for the Puppeteer driver.

getProperty

Get a property value. Upstream docs
propertyName
string
required
result
unknown
Return value
await element.getProperty('...');

jsonValue

Get the JSON value of the element. Upstream docs
result
unknown
Return value
await element.jsonValue();