Get Property Value

Last modified: June 18, 2025

Description

Returns the property value from a web element (Does not have access to dojo widget properties)

Usage

Pass the WebElement you want to get the text value from.

Input Parameters

NameDatatypeRequiredDescription
ElementWebElementyesThe WebElement you want to get the property value from.
Property NameStringyesThe name of the property

Return Value

NameDatatypeDescription
Property ValueStringThe current value of the WebElement's property.