Python Selenium Webdriver(ChromeDriver)-给出未知错误:Runtime.executionContextCreated具有无效的';上下文错误

Python Selenium Webdriver(ChromeDriver)-给出未知错误:Runtime.executionContextCreated具有无效的';上下文错误,python,google-chrome,selenium,selenium-webdriver,selenium-chromedriver,Python,Google Chrome,Selenium,Selenium Webdriver,Selenium Chromedriver,我正在使用selenium webdriver for chrome浏览器,运行时出现以下错误。尝试使用chromedriver版本-2.9。chrome浏览器确实会被调用,但在地址栏上显示不安全,以下例外。任何帮助得到这个固定的感谢 selenium.common.exceptions.WebDriverException: Message: unknown error: Runtime.executionContextCreated has invalid 'context': {"auxD

我正在使用selenium webdriver for chrome浏览器,运行时出现以下错误。尝试使用chromedriver版本-2.9。chrome浏览器确实会被调用,但在地址栏上显示
不安全
,以下例外。任何帮助得到这个固定的感谢

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

我有一个类似的问题,你只需要使用2.25版本的chrome驱动程序,我认为它可以解决你的问题