Get Text
Last modified: November 19, 2024
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. |