WebDriverException:消息:'电线'可执行文件可能有错误的权

时间:2016-07-21 04:07:59

标签: python selenium firefox

我使用的是Firefox 47.0.1和selenium 2.53.1 在我完成所有步骤后,我收到了以下错误。

设置py文件:

from selenium.webdriver.common.desired_capabilities import DesiredCapabilities
firefox_capabilities = DesiredCapabilities.FIREFOX
firefox_capabilities['marionette'] = True
firefox_capabilities["binary"] = "/usr/bin/firefox"

错误:

WebDriverException: Message: 'wires' executable may have wrong permissions. 

感谢您的帮助和指导。

0 个答案:

没有答案