51Testing软件测试论坛
标题:
【求大神帮助】如何定位115网盘按钮
[打印本页]
作者:
paulwinflo
时间:
2015-6-1 14:59
标题:
【求大神帮助】如何定位115网盘按钮
如何定位115网盘文件按钮,见图
[attach]95600[/attach]
firefox
.find_element_by_class_name(
"
cnv-file focus"
).click(),但是无任何反应,提示错误是定位元素失败
作者:
jingzizx
时间:
2015-6-2 10:34
应该经过二次定位吧
修改语句为firefox.find_element_by_class_name("cloud-nav").find_element_by_class_name("cnv-file focus").click()
作者:
a1257235444
时间:
2015-6-4 21:26
里面包含两个class
用cssSelector 定位把 准确点
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2