Skip to content

Commit

Permalink
Document how to suppress firewall popups on macOS (#1423)
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantintegral authored Nov 4, 2022
1 parent 397bdb7 commit 103c2c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,8 @@ You have the option of displaying the Chrome window as tests are running. This
"debugWindow": true
```

When `debugWindow` is enabled on macOS, the system may show many firewall popups. This is because Puppeteer's Chromium application is not code-signed. As the exact steps to work around this may change with different macOS versions, see [[problem] Mac OS Firewall popup on every launch of puppeteer #4752](https://github.com/puppeteer/puppeteer/issues/4752) until this is fixed upstream. As of macOS Monterey 12.4, [these steps](https://github.com/puppeteer/puppeteer/issues/4752#issuecomment-1099647133) are the most current to run.

For all engines there is also the `debug` setting. This enables verbose console output.This will also output your source payload to the terminal so you can make sure to check that the server is sending what you expect. 😉

```json
Expand Down

0 comments on commit 103c2c8

Please sign in to comment.