51Testing软件测试论坛
标题:
selenium切换页面出现混乱怎么回事?
[打印本页]
作者:
测试积点老人
时间:
2020-9-9 13:26
标题:
selenium切换页面出现混乱怎么回事?
bw = webdriver.Chrome(r'C:\Program Files (x86)\Google\Chrome\Application\chromedriver.exe')
bw.get("http://www.baidu.com")
bw.execute_script("window.open('https://www.douban.com/')")
bw.execute_script("window.open('https://www.bilibili.com/')")
bw.execute_script("window.open('https://www.taobao.com/')")
bw.switch_to.window(bw.window_handles[3])
复制代码
在调试页面切换效果的时候发现,是按handles[0] 为百度、 handles[1]为淘宝
handles[2]为b站、 handles[3]为豆瓣,的对应进行切换的。怎么和打开页面顺序也是页面排列顺序坐标不一样呢?
作者:
qqq911
时间:
2020-9-10 10:58
加个sleep 1秒
作者:
bellas
时间:
2020-9-10 11:48
参考下这个链接
https://www.cnblogs.com/yago/p/11443680.html
作者:
jingzizx
时间:
2020-9-10 13:30
和识别顺序有关应该
作者:
郭小贱
时间:
2020-9-10 17:22
这个顺序不能保证,你在chrome打开新tab也会发现,不一定是按照创建的顺序排列tab的。你可以用一个字典来对应,从而切换到需要的页面,而不是参照顺序。
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2