常用selenium的一些网页自动化脚本
Python 3.10.1
pip install selenium
https://zhuanlan.zhihu.com/p/111859925(大部能用, 可能有些内容更新了)
vscode + coderunner插件
chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\selenum\ChromeProfile"
常用selenium的一些网页自动化脚本
Python 3.10.1
pip install selenium
https://zhuanlan.zhihu.com/p/111859925(大部能用, 可能有些内容更新了)
vscode + coderunner插件
chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\selenum\ChromeProfile"