创建谷歌驱动报错,WebDriver.__init__() got an unexpected keyword argument 'executable_path' - [已解决]

import seleniumwire.undetected_chromedriver.v2 as uc

options = uc.ChromeOptions()
driver = uc.Chrome(
version_main=110,
executable_path=’./chromedriver’,
options=options
)
报错:Exception:WebDriver.init() got an unexpected keyword argument ‘executable_path’
百度貌似没有类似的问题:sob:

讨论数量: 2

用绝对路径试试

1年前 评论
Jason990420

沒有該參數的原因, 通常有兩种

  • 真的没有該參數,或
  • 版本太舊 需要更新
1年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!