码迷,mamicode.com
首页 > Web开发 > 详细

使用selenium+firefox做网站下载文件

时间:2018-07-24 12:25:51      阅读:374      评论:0      收藏:0      [点我收藏+]

标签:message   and   self   打开   3.1   2.7   url   cat   row   

环境:centos el7.x86_64系统+python2.7.5+selenium 3.13.0+geckodriver_0.21.0+firefox_60.1.0

问题:使用browser.execute_script("window.open(url)")
新链接无法使用新标签窗口

解决:使用browser.execute_script("window.open(url,‘_self‘)") 在本页面打开新链接
依然存在问题:SessionNotCreatedException: Message: Tried to run command without establishing a connection

                 改变js的方法:browser.execute_script("window.location.href=url")

使用selenium+firefox做网站下载文件

标签:message   and   self   打开   3.1   2.7   url   cat   row   

原文地址:http://blog.51cto.com/13884757/2149392

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!