51Testing软件测试论坛
标题:
selenium3.141+python3.7.4+firefox57+webdriver24环境问题
[打印本页]
作者:
Sarahhao8
时间:
2019-7-24 17:06
标题:
selenium3.141+python3.7.4+firefox57+webdriver24环境问题
都安装好了,环境变量也配好了,但是cmd执行如下:
求大神指教,这是哪里没有配好吗?
>>> from selenium import webdriver
>>> driver=webdriver.Firefox()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python37\lib\site-packages\selenium\webdriver\firefox\webdriver.py", line 163, in __init__
log_path=service_log_path)
File "C:\Python37\lib\site-packages\selenium\webdriver\firefox\service.py", line 44, in __init__
log_file = open(log_path, "a+") if log_path is not None and log_path != "" else None
PermissionError: [Errno 13] Permission denied: 'geckodriver.log'
作者:
Sarahhao8
时间:
2019-7-24 17:31
geckodriver.exe放在了firefox的安装目录和python的安装目录
作者:
海海豚
时间:
2019-7-26 11:00
需要重新定向日志地址
作者:
qqq911
时间:
2019-7-26 11:13
权限问题
作者:
abcsell
时间:
2019-7-26 13:32
路径
作者:
jingzizx
时间:
2019-7-26 14:11
权限?
作者:
Sarahhao8
时间:
2019-7-26 16:09
降低了firefox的版本和selenium的版本重装了一下就可以了
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2