我确定这已经在某处得到了回答,但是我已经搜索了很多内容,但还没有弄清楚。
我正在尝试在Firefox上使用selenium的webdriver,如“使无聊的东西自动化”所示,并且不断出现以下错误。
我已经更新了Firefox,下载了硒(显然),并尝试了其他各种解决方案。我也在Linux机器上。
from selenium import webdriver
browser = webdriver.Firefox()
Traceback (most recent call last):
File "<ipython-input-36-baa5adeac11b>", line 1, in <module>
browser = webdriver.Firefox()
File "/home/accounts/name/anaconda3/lib/python3.6/site-packages/selenium/webdriver/firefox/webdriver.py", line 137, in __init__
if options.binary is not None:
AttributeError: 'Options' object has no attribute 'binary'