Selenium Java - Handling Form Elements
What is wrong with this code snippet?
Select select = new Select(driver.findElement(By.id("menu")));
select.selectByValue(1);