Get Filtered Cookies
Function Description
TIP
Retrieve all cookies from a single Cookie store that match the given criteria
Configuration Item Description
General
Command Input
Browser Type
Integer
: Set the type of browser cookies to filterCookie URL
string
: URL filter conditionCookie Name
string
: Leave blank for any nameCookie Domain
string
: Defaults to the domain part of the URL, ignore for host-only cookiesCookie Path
string
: Defaults to the path part of the URL, leave blank if not applicableCookie Key
string
: Leave blank for any key
Command Output
- Save Cookie List To
string
: Save the retrieved cookie list
Advanced
Filter by Cookie's Secure attribute
Boolean
: Filter by Cookie's Secure attributeOnly Secure Cookies
Boolean
: Set whether the cookie is marked as HttpOnly, default is FalseFilter by Cookie's lifecycle
Boolean
: Default setting is session cookies, uncheck for persistent cookiesOnly Session Cookies
Boolean
: Filter session cookie collectionDelay Before (ms)
Integer
: The waiting time before instruction execution
Error Handling
Print Error Logs
Boolean
: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.Handling Method
Integer
:Terminate Process: If the command fails, terminate the process.
Ignore Exception and Continue Execution: If the command fails, ignore the exception and continue the process.
Retry This Command: If the command fails, retry the command a specified number of times with a specified interval between retries.
Usage Example
Process logic description:
Common Errors and Handling
None
Frequently Asked Questions
None