Spaces:
Sleeping
Sleeping
File size: 261 Bytes
ec675f2 | 1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/bash
/root/.cache/ms-playwright/chromium-1228/chrome-linux/chrome \
--headless=new \
--remote-debugging-port=9222 \
--no-sandbox \
--disable-setuid-sandbox \
--disable-dev-shm-usage \
--disable-gpu \
--disable-ipv6 \
--user-data-dir=/tmp/chrome-profile
|