gpt4 book ai didi

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

转载 作者:太空狗 更新时间:2023-10-29 17:42:11 24 4
gpt4 key购买 nike

我在这里看了类似的问题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/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com