Skip to content

Commit

Permalink
docs: Update running-puppeteer-in-extensions.md (#13108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Magiccwl authored Sep 25, 2024
1 parent 429319e commit b3791cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/running-puppeteer-in-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ page at a time. Therefore, Puppeteer requires a different transport to be used a
interact with a single page and its frames and workers but cannot create new pages using Puppeteer. To create a new page you need to use the
[`chrome.tabs`](https://developer.chrome.com/docs/extensions/reference/api/tabs) API and establish a new Puppeteer connection.

## How to run Puppeteer in the browser
## How to run Puppeteer in Chrome extensions

:::note

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ page at a time. Therefore, Puppeteer requires a different transport to be used a
interact with a single page and its frames and workers but cannot create new pages using Puppeteer. To create a new page you need to use the
[`chrome.tabs`](https://developer.chrome.com/docs/extensions/reference/api/tabs) API and establish a new Puppeteer connection.

## How to run Puppeteer in the browser
## How to run Puppeteer in Chrome extensions

:::note

Expand Down

0 comments on commit b3791cd

Please sign in to comment.