创建谷歌驱动报错,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’
百度貌似没有类似的问题
用绝对路径试试
沒有該參數的原因, 通常有兩种