You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this give the error The expected type comes from property 'cookie' which is declared here on type '{ url: string; match: (string | string[]) & (string | string[] | undefined); maxPagesToCrawl: number; outputFileName: string; exclude?: string | string[] | undefined; selector?: string | undefined; ... 5 more ...; maxTokens?: number | undefined; }'
Is it possible to get a syntax example of cookie usage? Thank you
The text was updated successfully, but these errors were encountered:
hello,
i cannot find a way to set cookie for authenticated crawling.
I have export cookie from authenticated session with chrome extension "export this cookie" https://chromewebstore.google.com/detail/exportthiscookie/dannllckdimllhkiplchkcaoheibealk
Now i try to put in my config.ts without success.
Here is my code
this give the error
The expected type comes from property 'cookie' which is declared here on type '{ url: string; match: (string | string[]) & (string | string[] | undefined); maxPagesToCrawl: number; outputFileName: string; exclude?: string | string[] | undefined; selector?: string | undefined; ... 5 more ...; maxTokens?: number | undefined; }'
Is it possible to get a syntax example of cookie usage? Thank you
The text was updated successfully, but these errors were encountered: