Updated Playwright content fetcher (markdown)

master
dgtlmoon 2022-05-25 11:50:28 +02:00
rodzic 2a9da8586a
commit 093faa5343
1 zmienionych plików z 20 dodań i 1 usunięć

@ -1 +1,20 @@
See docker-compose.yml
# Fetching content using Playwright
You can fetch pages using the excellent and very fast Playwright backend https://docs.browserless.io/docs/docker-quickstart.html
See docker-compose.yml for more examples
Set the environment variable `PLAYWRIGHT_DRIVER_URL` to `ws://127.0.0.1:3000`
## Docker based
```
docker run -d --name browserless \
-e "DEFAULT_LAUNCH_ARGS=[\"--window-size=1920,1080\"]" \
--rm -p 3000:3000 \
--shm-size="2g" \
browserless/chrome:1.53-chrome-stable
```
## Pip install based
@todo