会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
起个昵称~~
随笔档案-2021年6月3日
Python+Selenium - 浏览器驱动
2021-06-03 17:32 by 起个昵称, 417 阅读,
收藏
,
摘要: Chrome \ Firefox 下载浏览器版本对应的驱动文件后,放在D:\Program Files (x86)\Python\Python38路径下,Python使用时用 driver = webdriver.Chrome() 即可 火狐 driver = webdriver.Firefox()
阅读全文
0 Comment
About