1、安装
pip install pytest-playwright
2、安装浏览器
playwright install chrome
实践测试
1、录制方式使用
playwright codegen http://baidu.com
会打开2个浏览器
浏览器窗口显示网页窗口
inspector 窗口会记录展示代码层显示playwright 对浏览器的操作(可以直接形成测试用例代码)

深入掌握
1、安装
pip install pytest-playwright
2、安装浏览器
playwright install chrome
实践测试
1、录制方式使用
playwright codegen http://baidu.com
会打开2个浏览器
浏览器窗口显示网页窗口
inspector 窗口会记录展示代码层显示playwright 对浏览器的操作(可以直接形成测试用例代码)

深入掌握