python - Selenium:Runtime.executionContextCreated 无效 'context':

标签 python macos selenium automated-tests chrome-web-driver

我在这里看了类似的问题Protractor / Selenium Webdriver : Runtime.executionContextCreated has invalid 'context'在这里 BUG-1473 ,但我无法得到答案,因此我决定在这里给出。 我安装了最新的 chrome_driver v2.9,但仍然出现 Runtime.executionContextCreated 错误。 这是我的代码

from selenium import webdriver

driver = webdriver.Chrome()
driver.get('http://www.google.com/xhtml')

并在 python shell 上抛出异常:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/humoyun/Documents/virtual_env_fold/flasky/fl_venv/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 248, in get
    self.execute(Command.GET, {'url': url})
  File "/Users/humoyun/Documents/virtual_env_fold/flasky/fl_venv/lib/python2.7/site-packages/selenium/webdriver/remote/webdriver.py", line 236, in execute
    self.error_handler.check_response(response)
  File "/Users/humoyun/Documents/virtual_env_fold/flasky/fl_venv/lib/python2.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 192, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Runtime.executionContextCreated has invalid 'context': {"auxData":{"frameId":"2061.1","isDefault":true},"id":1,"name":"","origin":"://"}
  (Session info: chrome=55.0.2883.95)
  (Driver info: chromedriver=2.9.248307,platform=Mac OS X 10.11.3 x86_64)

最佳答案

我有类似的问题,我使用 chrome 驱动程序版本 2.25 for mac 并且它有效。

关于python - Selenium:Runtime.executionContextCreated 无效 'context':,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41832859/

相关文章:

javascript - Protractor 自定义定位器无法定位元素

javascript - 我如何实现自动建议,如浏览器搜索字段(不是自动完成下拉菜单)?

python - 为什么pygame不继续循环?

python - Python 中 'special' 运算符/指令的类型是什么?

cocoa - 在 mac osx leopard/snow leopard 中获取鼠标光标下的文本

selenium - 使用 Selenium ChromeDriver ChromeOptions 清除缓存

selenium - 无法使用Selenium最大化Chrome窗口

python - itertools 和跨步列表赋值

objective-c - NSSplitVIew - 自动保存分隔线位置不适用于启用自动布局

xcode - 应用组容器是否应该有团队标识符?