- 博客(7)
- 收藏
- 关注
原创 python字符串的常用方法
单词首字母大写,其余小写。# 大写转小写,小写转大写。# 按指定字符/字符串分割。# 首字母大写,其余小写。# 移除首尾指定字符。
2024-11-13 15:42:44
116
原创 python列表的常用方法
student.insert(0, '迪西')student.append('丁丁')student.remove('迪西')student.index('丁丁')student.count('小波')student = ['小波']# 统计元素出现的次数。
2024-11-13 15:19:51
165
原创 chromedriver下载地址
1、最新版本:Chrome for Testing availability2、旧版本:https://chromedriver.storage.googleapis.com/index.html
2024-10-10 10:18:57
307
原创 python安装包镜像下载
第三方镜像:https://registry.npmmirror.com/binary.html?华为云地址:https://mirrors.huaweicloud.com/python/官网地址:https://www.python.org/downloads/
2024-10-10 08:55:15
1649
原创 python requests请求post接口,在postman上能跑通,但是脚本中返回500
接口返回信息:{'msg': "JSON parse error: Unrecognized token 'id': was expecting (JSON String, Number, Array, Object or token 'null', 'true' or 'false');line: 1, column: 4]", 'code': 500}data格式有问题,需要格式化为json格式。
2024-09-30 11:14:14
1050
原创 Web自动化测试-点击指定坐标(x, y)
在进行web自动化测试时,一定都遇见过这样的情况,通过元素定位方法怎么都定位不到想要点击的元素,这时候换种思路,可以用pyautogui来模拟鼠标点击。
2024-09-25 12:40:13
535
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅