
Selenium 学习
文章平均质量分 54
Selenium学习
R.zb
记录工作与学习中的问题
若有不对之处望指出
展开
-
Selenium:设置无头浏览器
selenium 设置无头模式原创 2023-03-21 15:37:25 · 2782 阅读 · 0 评论 -
Selenium:上传文件组件处理总结
python + selenium上传文件组件处理总结原创 2022-08-23 16:43:45 · 325 阅读 · 0 评论 -
Selenium:实现设置cookie免登录(QQ邮箱为例)
使用环境Python:3.9.1Selenium:4.0Chrome:94.0.4606.61Windows 10操作步骤获取账号cookie手动打开页面登录后,再通过谷歌插件EditThisCookie来快速获取EditThisCookie官网:https://www.editthiscookie.com/EditThisCookie下载:https://download.youkuaiyun.com/download/qq_21238607/33237729通过ad原创 2021-10-18 12:05:12 · 4510 阅读 · 0 评论 -
selenium:class属性内带有空格的定位坑
前言由于web页面元素class属性值带有空格,导致直接使用class属性值元素定位失败如: class=“inputstyle password” ,直接使用定位:driver.find_element_by_class_name(“inputstyle password”).send_keys(“1111”)**html classname值描述: **规定元素的类的名称。如需为一个元素规定多个类,用空格分隔类名。W3cschool 对于class属性介绍报错日志selenium..原创 2020-07-03 17:49:46 · 2741 阅读 · 0 评论