Get Property Value

Last modified: November 19, 2024

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

Name Datatype Required Description
Element WebElement yes The WebElement you want to get the property value from.
Property Name String yes The name of the property

Return Value

Name Datatype Description
Property Value String The current value of the WebElement’s property.