随笔分类 -  Selenium

摘要:场景 直接使用js注入cookie 发现不生效,其实只设置了key和values值,没有注意其他字段。 后来发现还有个domain的字段需要配置,不然注入是不会生效的 document.cookie="token=123;domain=.baidu.com" #使用;分号隔开 阅读全文
posted @ 2023-04-13 13:47 TestingShare 阅读(574) 评论(0) 推荐(0)
摘要:pip install selenium3 安装selenium相关依赖 查看Chrome://version 版本,下载对应的驱动https://chromedriver.storage.googleapis.com/index.html 本地执行脚本代码,不指定对应chrome版本,可使用自动下 阅读全文
posted @ 2023-01-16 19:14 TestingShare 阅读(60) 评论(0) 推荐(0)