Interface: BatchGetCookiesOptions
Defined in: core/cookies/batchGetCookies.ts:11
Options for batch cookie retrieval
Properties
concurrency?
optionalconcurrency?:number
Defined in: core/cookies/batchGetCookies.ts:23
Maximum number of concurrent requests
Default
ts
10continueOnError?
optionalcontinueOnError?:boolean
Defined in: core/cookies/batchGetCookies.ts:30
Whether to continue on errors for individual specs When true, errors for individual specs won't fail the entire batch
Default
ts
truededuplicate?
optionaldeduplicate?:boolean
Defined in: core/cookies/batchGetCookies.ts:17
Whether to deduplicate cookies across all specs When true, keeps the cookie with the longest value for each unique name+domain combination
Default
ts
true