Skip to content

Commit

Permalink
Add link to Puppeteer documentation in README.md
Browse files Browse the repository at this point in the history
Provide a link to the Puppeteer documentation for browser context options
in the README.md file.
  • Loading branch information
joone committed Mar 15, 2024
1 parent e759a2a commit cd11cb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ Headless-cluster enables authenticated proxy support. Pass a data object to clus
// Close the cluster after completion
await cluster.idle();
await cluster.close();
```
```
* https://pptr.dev/api/puppeteer.browsercontextoptions

0 comments on commit cd11cb4

Please sign in to comment.