Login

Login
  • Register
  • VectorDesign blog

    Testing Automation and general Tech Geek stuff

    Selenium Select from Dropdown

    Posted in Selenium on 5 July 2016 by vectordesign

    new Select(driver.findElement(By.id(“DropDownId”))).selectByVisibleText(“Germany”);

    Leave a Reply