Skip to content

Commit

Permalink
docs: Update docs on Firefox support (#10047)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Apr 20, 2023
1 parent 690aec1 commit 57c5727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ version of Chrome or Chromium, pass in the executable's path when creating a
const browser = await puppeteer.launch({executablePath: '/path/to/Chrome'});
```

You can also use Puppeteer with Firefox Nightly (experimental support). See
[`Puppeteer.launch`](https://pptr.dev/api/puppeteer.puppeteernode.launch) for
You can also use Puppeteer with Firefox. See
[status of cross-browser support](https://pptr.dev/faq/#q-what-is-the-status-of-cross-browser-support) for
more information.

See
Expand Down

0 comments on commit 57c5727

Please sign in to comment.