palmier 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -20,7 +20,7 @@ Whenever a tool you are trying to use is denied or you lack the required permiss
|
|
|
20
20
|
|
|
21
21
|
## Browsers
|
|
22
22
|
|
|
23
|
-
When launching a browser with the Playwright CLI, always pass `--headed
|
|
23
|
+
When launching a browser with the Playwright CLI `open` command, always pass `--headed` (never run headless) and `--persistent` (reuse a persistent profile so logins and cookies survive across runs).
|
|
24
24
|
|
|
25
25
|
## HTTP Endpoints
|
|
26
26
|
|