Skip to content

Commit 86b90f6

Browse files
authored
docs: update cookies-related links (#305)
1 parent c85777c commit 86b90f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/actor-scraper/web-scraper/INPUT_SCHEMA.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"initialCookies": {
118118
"title": "Initial cookies",
119119
"type": "array",
120-
"description": "A JSON array with cookies that will be set to every Chrome browser tab opened before loading the page, in the format accepted by Puppeteer's <a href='https://pptr.dev/#?product=Puppeteer&show=api-pagesetcookiecookies' target='_blank' rel='noopener'><code>Page.setCookie()</code></a> function. This option is useful for transferring a logged-in session from an external web browser. For details how to do this, read this <a href='https://help.apify.com/en/articles/1444249-log-in-to-website-by-transferring-cookies-from-web-browser-legacy' target='_blank' rel='noopener'>help article</a>.",
120+
"description": "A JSON array with cookies that will be set to every Chrome browser tab opened before loading the page, in the format accepted by Puppeteer's <a href='https://pptr.dev/api/puppeteer.cookie' target='_blank' rel='noopener'><code>Page.setCookie()</code></a> function. This option is useful for transferring a logged-in session from an external web browser.",
121121
"default": [],
122122
"prefill": [],
123123
"editor": "json"

0 commit comments

Comments
 (0)