Selenium Java Selection的使用

用于向具有drop-down的选择框中输入内容

new Select(new ChromeDriver().findElement(By.cssSelector(" 。。。"))).selectByIndex(。。。);

new Select(new ChromeDriver().findElement(By.cssSelector(" 。。。"))).selectByValue(。。。);

new Select(new ChromeDriver().findElement(By.cssSelector(" 。。。"))).selectByVisibleText(。。。);

new Select(element).selectByVisibleText(str);

上一篇:Kotlin——最详细的控制语句使用


下一篇:告诉你KVC的一切-b