Get Selected Option Value
Last modified: November 19, 2024
Description
Returns the value of the currently selected item of a WebElement, for example, select
Usage
Pass the parent WebElement of which you want to get the currently selected option’s value from.
Input Parameters
Name | Datatype | Required | Description |
---|---|---|---|
Select Element | WebElement | yes | The parent WebElement, for example, select |
Return Value
Name | Datatype | Description |
---|---|---|
Selected Option Value | String | The value of the currently selected WebElement |