当前位置:  开发笔记 > 编程语言 > 正文

使用Windows 10在Selenium for Python中打开Firefox

如何解决《使用Windows10在SeleniumforPython中打开Firefox》经验,为你挑选了1个好方法。

我正在尝试按照本教程进行操作

http://chimera.labs.oreilly.com/books/1234000000754/ch01.html#_obey_the_testing_goat_do_nothing_until_you_have_a_test

我有以下代码使用Selenium打开一个firefox浏览器:

from selenium import webdriver

browser = webdriver.Firefox()
browser.get('http://localhost:8000')

assert 'Django' in browser.title

但是,Firefox会打开一个恼人的Windows 10'欢迎'页面,并且永远不会访问我指定的URL.我该如何解决这个问题?



1> alecxe..:

Firefox 43和selenium 2.47存在兼容性问题.

升级selenium到最新版本(目前为2.48):

pip install --upgrade selenium

推荐阅读
和谐啄木鸟
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有