2022年3月25日
摘要: https://playwright.dev/python/docs/inspector 设置PWDEBUG环境变量以在调试模式下运行脚本。这会配置 Playwright 以进行调试并打开检查器。 打开方式: 1、bash模式:PWDEBUG=1 pytest -s 2、powershell模式: 阅读全文
posted @ 2022-03-25 15:51 木木-林 阅读(1593) 评论(0) 推荐(0) 编辑