Selenium Chromedriver无法导航到url

时间:2019-05-16 08:48:32

标签: python selenium

我现在拥有的是:

chrome_options = Options()
chrome_options.add_extension(r"C:\Users\x\OneDrive\Desktop\pp\crxSolver.crx")
driver = webdriver.Chrome(r'C:\Users\x\OneDrive\Desktop\chromedriver.exe', options=chrome_options)
driver.get("https://www.google.com")

我能够打开网络驱动程序,并且在google Chrome浏览器的右上角看到了添加的扩展名,但是驱动程序没有转到google.com。我已经搜索了很多,但找不到解决方案。

以下是扩展名的链接: https://chrome.google.com/webstore/detail/buster-captcha-solver-for/mpbjkejclgfgadiemmefgebjfooflfhl/related

Watch the video here for complete information

1 个答案:

答案 0 :(得分:4)

尝试升级到Chrome 75,您的问题应该可以解决。机器和您的浏览器兼容性似乎有些问题。