Click or drag to resize

SelectSelectByIndex(Int32) Method

Framework to automate tests using Selenium WebDriver
Select value in dropdown using index.

Namespace: Ocaramba.WebElements
Assembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.4
Syntax
C#
public void SelectByIndex(
	int index
)
Request Example

Parameters

index  Int32
Index value to be selected.
See Also