51Testing软件测试论坛
标题:
使用selenium, 怎样用select来执行下拉框内的选项的选择
[打印本页]
作者:
zijingzhiyue
时间:
2011-4-20 16:43
标题:
使用selenium, 怎样用select来执行下拉框内的选项的选择
使用selenium, 怎样用select来执行下拉框内的选项的选择。
selenium.select()怎么用的???
作者:
zijingzhiyue
时间:
2011-4-20 16:47
使用select时总是出现:[error] Specified element is not a Select (has no options)
作者:
robin.von
时间:
2011-4-21 08:48
selenium.select(selectLocator, optionLocator)
第一个参数是下拉框,第二个参数是选项.
出现上面的错误通常是你的下拉框定位错了.
作者:
rivermen
时间:
2011-4-28 15:01
这个是1.0得把;现在2.0用的是webDriver.
找不到select 得方法了,还要自己想办法实现
作者:
wwyfriend
时间:
2016-5-15 22:53
webDriver 用法如下:
WebElement enterInput = driver.findElement(locator);
Select select = new Select(enterInput) ;
select.selectByVisibleText(value);
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2