Input options for the ‘clearCookies’ mutation. If no options are provided, all cookies in the current browser context are cleared.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
Fields
domain
String
Clear cookies matching this domain. Example: "example.com".
name
String
Clear cookies with this specific name. Example: "session_id".
path
String
Clear cookies matching this path. Example: "/app".