Select Drop Down

selectDrpDwnByVisibleText (By locator, String text)

Lets.selectDrpDwnByVisibleText(By.id(""), "A")

selectDrpDwnByVisibleValue (By locator, String value)

Lets.selectDrpDwnByVisibleValue(By.xpath(""), "B")

selectDrpDwnByIndex (By locator, int index)

Lets.selectDrpDwnByIndex(By.classname(""), "C")

Last updated