我正在尝试遵循有关Selenium的教程http://selenium-python.readthedocs.io/getting-
started.html
。我已下载的最新版本geckodriver
并将其复制到/usr/local/bin
。但是,当我尝试
from selenium import webdriver
driver = webdriver.Firefox()
我收到以下错误消息:
Traceback (most recent call last):
File "/Users/kurtpeek/Documents/Scratch/selenium_getting_started.py", line 4, in <module>
driver = webdriver.Firefox()
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/firefox/webdriver.py", line 152, in __init__
keep_alive=True)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 98, in __init__
self.start_session(desired_capabilities, browser_profile)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 188, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 252, in execute
self.error_handler.check_response(response)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 194, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: Unable to find a matching set of capabilities
[Finished in 1.2s with exit code 1]
从https://github.com/SeleniumHQ/selenium/issues/3884看来,其他用户也遇到了类似的问题,但是Selenium团队无法复制它。如何使Selenium与Firefox兼容?(它确实可以chromedriver
和一个webdriver.Chrome()
实例一起使用,所以我怀疑这可能是Selenium中的错误)。
更新Firefox和Selenium为我解决了它。但是,我不假装对根本原因进行解释。
我还Geckodriver
使用Homebrew
Selenium对其进行了重新安装/更新,并明确地将其用作了Selenium的可执行文件WebDriver
,但事实证明,没有必要缓解
“无法找到匹配的功能集” 错误。
我正试图遵循一个关于Selenium的教程,http://selenium-python.readthedocs.io/getting-started.html.我已经下载了最新版本的并将其复制到。然而,当我尝试 我得到以下错误消息: 从https://github.com/SeleniumHQ/selenium/issues/3884看,似乎其他用户也遇到了类似的问题,但Selenium团队无法
我得到以下错误消息: 在https://github.com/seleniumhq/Selenium/issues/3884中,似乎其他用户也遇到了类似的问题,但Selenium团队无法重现。如何让Selenium与Firefox一起工作?(它与和实例一起工作,所以我怀疑这可能是Selenium中的一个bug)。
问题内容: 我正在尝试遵循有关Selenium的教程http://selenium-python.readthedocs.io/getting- started.html 。我已下载的最新版本并将其复制到。但是,当我尝试 我收到以下错误消息: 从https://github.com/SeleniumHQ/selenium/issues/3884看来,其他用户也遇到了类似的问题,但是Selenium
问题内容: 我在Mac osx 10.7.3中遇到Java的可悲问题。以前我安装了它,并且工作正常。在一段时间后对.bash_profile和.profile文件进行了一些更改之后,出现类似以下错误 每当我尝试在终端上运行“ javac”或“ java”时。 给出类似的输出: 我的.bash_profile看起来像: 输出 它困扰了我很长时间,并且卸载和安装Java并没有帮助我。 我是Mac的新手
问题内容: 我正在尝试导入WebDriver和ChromeDriver,尝试了所有尝试,但没有运气 摆脱错误 问题答案: 硒罐必须添加到项目中以标识接口和类 硒下载链接:http : //www.seleniumhq.org/download/
问题内容: 我正在尝试编译我的程序,它返回此错误: 在我的makefile文件中,我使用命令并链接到我的库,这是到我的库的另一个目录的符号链接。 是否可以添加选项以使其正常工作? 问题答案: 如果您的图书馆名称是say 并且位于路径上,请说: 然后将其链接到您的程序: