Traceback most recent call last File F工作室文件Libselenium简单示例py line 14 in module wd = webdriverChrome File FLiblibsite-packagesseleniumwebdriverchromewebdriverpy line 84 in __init__ super__init_
The error message indicates that the version of ChromeDriver you are using is not compatible with the version of Chrome installed on your system.
The ChromeDriver version you are using only supports Chrome version 114, but your current Chrome version is 116.0.5845.141.
To resolve this issue, you need to download and use the correct version of ChromeDriver that is compatible with your Chrome version. You can find the appropriate version of ChromeDriver from the official Selenium website or the ChromeDriver GitHub page
原文地址: http://www.cveoy.top/t/topic/iXGs 著作权归作者所有。请勿转载和采集!