Get Selected Option Index

Last modified: May 15, 2023

1 Description

Returns the index of the currently selected item of a WebElement, for example, select

2 Usage

Pass the parent WebElement of which you want to get the currently selected option’s index from.

3 Input Parameters

Name Datatype Required Description
Select Element WebElement yes The parent WebElement, for example, select

4 Return Value

Name Datatype Description
Selected Option Index Integer The index of the currently selected WebElement