  | SelectSelectByIndex(Int32, Double) Method | 
Framework to automate tests using Selenium WebDriver
            Select value in dropdown using index.
            
Namespace: Ocaramba.WebElementsAssembly: OcarambaLite (in OcarambaLite.dll) Version: 4.2.4
Syntaxpublic void SelectByIndex(
	int index,
	double timeout
)
 Request Example
		Parameters
- index  Int32
 - Index value to be selected.
 - timeout  Double
 - The timeout.
 
See Also