Interface: BatchGetCookiesOptions โ
Defined in: src/core/cookies/batchGetCookies.ts:11
Options for batch cookie retrieval
Properties โ
concurrency? โ
optional
concurrency:number
Defined in: src/core/cookies/batchGetCookies.ts:23
Maximum number of concurrent requests
Default โ
ts
10
continueOnError? โ
optional
continueOnError:boolean
Defined in: src/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
true
deduplicate? โ
optional
deduplicate:boolean
Defined in: src/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