Get Text

Last modified: June 25, 2024

1 Description

Returns the text value inside a WebElement.

2 Usage

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

3 Input Parameters

Name Datatype Required Description
Web Element WebElement yes The WebElement you want to get the text value from.

4 Return Value

Name Datatype Description
Value String The current value of the WebElement.