Get Text
Last modified: June 18, 2025
Description
Returns the text value inside a WebElement.
Usage
Pass the WebElement you want to get the text value from.
Input Parameters
| Name | Datatype | Required | Description |
|---|---|---|---|
| Web Element | WebElement | yes | The WebElement you want to get the text value from. |
Return Value
| Name | Datatype | Description |
|---|---|---|
| Value | String | The current value of the WebElement. |