当前位置:  开发笔记 > 编程语言 > 正文

Selenium:Runtime.executionContextCreated具有无效的'context':

如何解决《Selenium:Runtime.executionContextCreated具有无效的'context':》经验,为你挑选了2个好方法。

我在这里看了类似的问题Protractor/Selenium Webdriver:Runtime.executionContextCreated有无效的'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 "", line 1, in 
  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)

小智.. 10

我有类似的问题,我使用Chrome驱动程序版本2.25的Mac,它的工作原理.



1> 小智..:

我有类似的问题,我使用Chrome驱动程序版本2.25的Mac,它的工作原理.



2> 小智..:

我有类似的问题.将Chrome驱动程序版本从2.9降级到2.27后,它可以正常工作.也许你可以试着降级它.

推荐阅读
和谐啄木鸟
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有