Adds an array of cookies to the current browser context. All cookies must specify a name, value, domain, and path. Returns true if cookies were successfully added.Documentation Index
Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
Use this file to discover all available pages before exploring further.
Definition
Arguments
options
[CookieOptions]!
An array of cookie objects to add. See CookieOptions for details.
Returns
Boolean! TheBoolean scalar type represents true or false.