This commit is contained in:
Danny Ward 2026-06-06 00:54:44 -04:00 committed by GitHub
commit 34d91b3c4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 240 additions and 50 deletions

View file

@ -58,7 +58,9 @@ pip install git+https://github.com/feder-cr/invisible_playwright.git
python -m invisible_playwright fetch # one-time ~100 MB download, SHA256-verified
```
Supported platforms: **Windows x86_64**, **Linux x86_64**.
Supported platforms: **Windows x86_64**, **Linux x86_64**, **macOS x86_64**, **macOS arm64**.
`headless=True` keeps using the hidden headed-mode backends on Windows/Linux. On macOS, launch support is available but hidden headed-mode is not yet implemented, so use `headless=False`.
---