playwright安装及录制

安装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

posted on 2022-10-30 10:32  sunny_2016  阅读(407)  评论(0)    收藏  举报

导航