摘要:
1、cookie操作 绕过登录 get_cookies():以字典形式返回cookie所有信息 get_cookies(name):返回cookie字典中key为name的值 add_cookie(cookie_dict):手动添加cookie。cookie_dict为字典数据格式,cookie_d 阅读全文
posted @ 2023-06-27 14:35
1啊1
阅读(40)
评论(0)
推荐(0)
摘要:
文件上传 input标签使用send_keys()方法上传,非input标签需要借助工具 1、input标签使用send_keys()方法 #文件上传 #“\\"第一个”\"为转义字符 driver.find_element_by_id('uploadfile').send_keys('D:\\Us 阅读全文
posted @ 2023-06-27 13:46
1啊1
阅读(120)
评论(0)
推荐(0)