51Testing软件测试论坛

标题: selenium可不可以实现google浏览器中俩个标签页的切换? [打印本页]

作者: alchaochao    时间: 2015-8-25 14:10
标题: selenium可不可以实现google浏览器中俩个标签页的切换?
selenium可不可以实现google浏览器中俩个标签页的切换?如果可以,应该怎么实现?
作者: tiankai30    时间: 2015-8-26 09:05
具体需求不清楚,但能获取到,一般就能操作。
name    title  ==,然后switch
作者: 火影红豆    时间: 2015-8-26 10:24
可以实现的,谷歌浏览器安装对应的webdriver;具体实现可以用switch进行切换
作者: jingzizx    时间: 2015-8-26 12:33
结合使用driver.window_handles、driver.switch_to_window(windows[0])、driver.title、driver.switch_to_window(windows[1])。
参见http://blog.csdn.net/hhabc123456789/article/details/21862139




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2