摘要: 安装:jsonschema pip3 install jsonschema schema文件示例: schema_data = { "type": "object", "properties": { "username": { "title": "dengyajuan", "type": "stri 阅读全文
posted @ 2022-04-23 17:25 lwjnicole 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1.安装playwright pip install playwright 2.安装浏览器驱动文件(自动安装Chromium、Firefox、WebKit等浏览器的驱动文件) python -m playwright install 3.录制命令codegen 通过python -m playwri 阅读全文
posted @ 2022-04-23 13:42 lwjnicole 阅读(646) 评论(0) 推荐(0) 编辑