selenium.common.exceptions.WebDriverException: Message: unknown error: Runtime.executionContextCreat

参考链接:https://stackoverflow.com/questions/41832859/selenium-runtime-executioncontextcreated-has-invalid-context

具体错误提示如下

selenium.common.exceptions.WebDriverException: Message: unknown error: Runtime.executionContextCreated has invalid 'context': {"auxData":{"frameId":"AE5D5CFAE11F1F37D7F106D950E7B5EC","isDefault":true,"type":"default"},"id":1,"name":"","origin":"://"}
  (Session info: chrome=77.0.3865.90)
  (Driver info: chromedriver=2.9.248315,platform=Windows NT 6.1 SP1 x86_64)

 

出现这个问题应该是chromedriver 版本与chrome浏览器的版本不一致,下载对应的 chromedriver 版本就能正常启动并访问指定网页了

对应版本链接参考:https://blog.csdn.net/qq_41188944/article/details/79039690

你可能感兴趣的:(编程调试)