Jalenium Commands - Select Drop Down
Helps to select a value from a specified drop down element
SelectDropDown(By locator, String value)
Jalenium.SelectDropDown(By.name("countries"), "Sri Lanka")
Last updated
Was this helpful?
Helps to select a value from a specified drop down element
SelectDropDown(By locator, String value)
Jalenium.SelectDropDown(By.name("countries"), "Sri Lanka")
Last updated
Was this helpful?