From cd11cb4c0f9eda93fb1882502ca145f2176968f2 Mon Sep 17 00:00:00 2001 From: Joone Hur Date: Fri, 15 Mar 2024 14:13:38 -0700 Subject: [PATCH] Add link to Puppeteer documentation in README.md Provide a link to the Puppeteer documentation for browser context options in the README.md file. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a45f256..1bba9d3 100644 --- a/README.md +++ b/README.md @@ -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(); -``` \ No newline at end of file +``` +* https://pptr.dev/api/puppeteer.browsercontextoptions \ No newline at end of file