driver.findElement(By.id("dropdownlistone")).click(); // To click on drop down list driver.findElement(By.linkText("india")).click() ...
確定! 回上一頁