selenium共3篇
python-selenium报错解决大全-织秋笔记

python-selenium报错解决大全

selenium安装教程: 运行报错处理 错误1:'ascii' codec can't encode characters in position 0-1: ordinal not in range(128) 错误2 : session not created: DevToolsActivePort file doesn't e...
zel的头像-织秋笔记zel9月5日 14:30
0385
Windows安装Python-selenium+webdriver-织秋笔记

Windows安装Python-selenium+webdriver

最新测试的谷歌版本为128.0.6613.120 chromedriver版本为128.0.6613.119 Selenium安装 Python3.x 安装后就默认就会有 pip(pip.exe默认在python的Scripts路径下),打开 cmd,使用pip安装seleni...
zel的头像-织秋笔记zel9月5日 14:29
04212
linux安装Python-selenium+webdriver(Centos、ubuntu)-织秋笔记

linux安装Python-selenium+webdriver(Centos、ubuntu)

linux安装Python-selenium+webdriver(Centos、ubuntu) 略过Python的安装教程 首先安装selenium pip3 install selenium 如果系统自带的python未安装pip,使用apt进行安装pip模块 sudo apt inst...