2023年11月10日
摘要: 一、start() 和stop() 的方式: from playwright.sync_api import sync_playwright playwright = sync_playwright().start()browser = playwright.chromium.launch(head 阅读全文
posted @ 2023-11-10 14:17 peijiao 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 安装好playwright:pip install playwright 终端输入启动命令:playwright codegen http://xxx.xx.xxx:xx/login 点击回车,启动运行,操作后右侧有操作脚本 阅读全文
posted @ 2023-11-10 13:57 peijiao 阅读(99) 评论(0) 推荐(0) 编辑