求助selenium3.11.0支持哪个版本的firefox?
selenium吧
全部回复
仅看楼主
level 2
◎Linz 楼主
如题
2018年03月29日 06点03分 1
level 1
我也是3.11.0,用firefox59报错
WebDriverException: Message: Process unexpectedly closed with status 1
2018年04月01日 03点04分 2
2018年04月26日 07点04分
level 6
最新的65以上
2018年04月01日 06点04分 3
我找了 一天没有65呀
2018年04月03日 17点04分
@猪4的念来过倒m 没有啊 都准备换selenium2了
2018年04月04日 06点04分
level 1
楼主 收到答案麻烦告诉我一声 我也是跟你差不多的情况 也是用selenium3.11 Firefox报错。
2018年04月03日 17点04分 4
代码发不了 看楼下回复吧
2018年04月04日 00点04分
2018年04月26日 07点04分
level 6
1.增加多了一句 from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
2.增加Firefox的路径
3.原来的直接调用driver=webdriver.firefox() 变成了 driver =webdriver.Firefox(firefox_binary=binary)
python肯定是可以的 不知道你是java党还是python党
2018年04月04日 00点04分 6
Firefox是多少版本?、
2018年04月04日 06点04分
level 6
你进群 加我QQ
2018年04月04日 06点04分 7
QQ呢?
2018年04月04日 06点04分
level 1
global name 'binary' is not defined 解决了吗? firefox要什么版本?
2018年04月18日 10点04分 9
2018年04月26日 07点04分
level 1
解决了吗 ?我的是selenium3.11 python2.7 试了firefox59/50,geckodriver 0.20/0.15 组合都不行。总提示下面的信息(已经把geckodriver文件放入到python下边的,依然提示此信息)
2018年04月19日 07点04分 10
2018年04月26日 07点04分
level 1
python3.0以上版本可以用吗
2018年05月05日 08点05分 12
1