安装playwright:
pip install -i https://mirrors.aliyun.com/pypi/simple/ playwright
#安装浏览器
#playwright install -i https://mirrors.aliyun.com/pypi/simple/ Chromium
playwright install
Downloading Chromium 107.0.5304.18 (playwright build v1028) - 109.2 Mb [====] 100% 0.0s Chromium 107.0.5304.18 (playwright build v1028) downloaded to C:\Users\antony\AppData\Local\ms-playwright\chromium-1028 Downloading FFMPEG playwright build v1007 - 1.4 Mb [====] 100% 0.0s FFMPEG playwright build v1007 downloaded to C:\Users\antony\AppData\Local\ms-playwright\ffmpeg-1007 Downloading Firefox 105.0.1 (playwright build v1357) - 77 Mb [====] 100% 0.0s Firefox 105.0.1 (playwright build v1357) downloaded to C:\Users\antony\AppData\Local\ms-playwright\firefox-1357 Downloading Webkit 16.0 (playwright build v1724) - 58.3 Mb [====] 100% 0.0s Webkit 16.0 (playwright build v1724) downloaded to C:\Users\antony\AppData\Local\ms-playwright\webkit-1724
#进行录制
playwright codegen https://www.baidu.com
标签:playwright,Users,AppData,0.0,录制,Downloading,build,安装 From: https://www.cnblogs.com/51testing/p/16840619.html