Skip to content

Commit b3791cd

Browse files
authored
docs: Update running-puppeteer-in-extensions.md (#13108)
1 parent 429319e commit b3791cd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guides/running-puppeteer-in-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ page at a time. Therefore, Puppeteer requires a different transport to be used a
1313
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
1414
[`chrome.tabs`](https://developer.chrome.com/docs/extensions/reference/api/tabs) API and establish a new Puppeteer connection.
1515

16-
## How to run Puppeteer in the browser
16+
## How to run Puppeteer in Chrome extensions
1717

1818
:::note
1919

website/versioned_docs/version-23.4.0/guides/running-puppeteer-in-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ page at a time. Therefore, Puppeteer requires a different transport to be used a
1313
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
1414
[`chrome.tabs`](https://developer.chrome.com/docs/extensions/reference/api/tabs) API and establish a new Puppeteer connection.
1515

16-
## How to run Puppeteer in the browser
16+
## How to run Puppeteer in Chrome extensions
1717

1818
:::note
1919

0 commit comments

Comments
 (0)