logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

selenium出现TypeError: WebDriver.__init__() got an unexpected keyword argument ‘executable_path‘报错解决方案

执行selenium自动化脚本出现报错:TypeError: WebDriver.__init__() got an unexpected keyword argument 'executable_path'查看了一下是因为selenium的版本太高导致的,电脑本地环境的selenium版本是4.11以上的版本。1,先卸载本地高版本的selenium。2,重新安装指定版本的selenium。

文章图片
#selenium#python#测试工具
到底了