selenium报错解决,老脚本的重新使用和修理(练练英语)
来源:http://www.tudoupe.com时间:2022-02-01
1.DeprecationWarning: executable_path has been deprecated, please pass in a Service object
It means you have to pass a Service object, rather than pass “executable path” in the old-fashioned version.
So it’s caused by the update of selenium.
2.selenium.common.exceptions.WebDriverException: Message: Service D:python!geckodriver-v0.26.0-win64geckodriver.exe unexpectedly exited. Status code was: 64
It means yourgeckodriver.exehas unexpectedly exited due to some unknown issues, you can just try download the latest version ofgeckodriver.exeto solve it.
I solved it in this way.
3.由于目标计算机积极拒绝,无法连接。
我怀疑是selenium开的页面太多了。
4.No connection adapters were found
原因是request的url给错格式了。
上一篇:网络安全学习笔记Day03--windows sever 2003,中间件,靶场环境搭建
下一篇:没有了
相关新闻
- 2022-02-01 网络安全学习笔记Day03--windows seve
- 2022-02-01 万字攻略,详解腾讯面试(一,A
- 2022-02-01 Java、计算CD价值
- 2022-02-01 (翻译)禁用按钮不应变灰的原因
- 2022-02-01 R中输出常见位图和矢量图格式总结
- 2022-02-01 win7系统防火墙怎么添加信任程序
- 2022-02-01 第2章_MySQL环境搭建(基础篇)
- 2022-01-31 提权—Win溢出提权用户检测利用
- 2022-01-31 Ubuntu开发环境搭建详细笔记
- 2022-01-30 安全知识普及:如何让您的计算机
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
