본문 바로가기
etc

centos playwright

by kyeongseo.oh 2023. 1. 15.

[root@server01 Python-3.9.5]# playwright install
BEWARE: your OS is not officially supported by Playwright; downloading fallback build.
Downloading Chromium 109.0.5414.46 (playwright build v1041) from https://playwright.azureedge.net/builds/chromium/1041/chromium-linux.zip
140.1 Mb [====================] 100% 0.0s
Chromium 109.0.5414.46 (playwright build v1041) downloaded to /root/.cache/ms-playwright/chromium-1041
BEWARE: your OS is not officially supported by Playwright; downloading fallback build.
Downloading FFMPEG playwright build v1008 from https://playwright.azureedge.net/builds/ffmpeg/1008/ffmpeg-linux.zip
2.6 Mb [====================] 100% 0.0s
FFMPEG playwright build v1008 downloaded to /root/.cache/ms-playwright/ffmpeg-1008
BEWARE: your OS is not officially supported by Playwright; downloading fallback build.
Downloading Firefox 107.0 (playwright build v1369) from https://playwright.azureedge.net/builds/firefox/1369/firefox-ubuntu-20.04.zip
77.7 Mb [====================] 100% 0.0s
Firefox 107.0 (playwright build v1369) downloaded to /root/.cache/ms-playwright/firefox-1369
BEWARE: your OS is not officially supported by Playwright; downloading fallback build.
Downloading Webkit 16.4 (playwright build v1751) from https://playwright.azureedge.net/builds/webkit/1751/webkit-ubuntu-20.04.zip
89 Mb [====================] 100% 0.0s
Webkit 16.4 (playwright build v1751) downloaded to /root/.cache/ms-playwright/webkit-1751




mkdir -p /root/.cache/ms-playwright/chromium-1041
cd /root/.cache/ms-playwright/chromium-1041/
wget https://playwright.azureedge.net/builds/chromium/1041/chromium-linux.zip
unzip chromium-linux.zip

vi /usr/bin/yum
vi /usr/libexec/urlgrabber-ext-down
--> python2로 변경

yum install libatk-bridge-2.0.so.0 libatspi.so.0 libxkbcommon.so.0 -y



mkdir -p /root/.cache/ms-playwright/ffmpeg-1008
cd /root/.cache/ms-playwright/ffmpeg-1008
wget https://playwright.azureedge.net/builds/ffmpeg/1008/ffmpeg-linux.zip
unzip ffmpeg-linux.zip
rm ffmpeg-linux.zip


yum -y install alsa-lib at-spi2-atk atk cups-libs gdk-pixbuf2 gtk3 libxll libXcomposite libXdamage libXext libXfixes libXrandr libxshmfence mesa-libgbm nss

'etc' 카테고리의 다른 글

mariadb data retention  (0) 2023.07.29
kubeflow  (0) 2023.01.18
haproxy  (0) 2022.09.22
CentOS 7 smtp 서버 구축  (0) 2022.05.12
iperf3로 네트워크 속도 측정  (0) 2022.03.25

댓글