Skip to content

Get Filtered Cookies

Function Description

TIP

Retrieve all cookies from a single Cookie store that match the given criteria

Get Filtered Cookies

Configuration Item Description

General

Command Input

  • Browser TypeInteger: Set the type of browser cookies to filter

  • Cookie URLstring: URL filter condition

  • Cookie Namestring: Leave blank for any name

  • Cookie Domainstring: Defaults to the domain part of the URL, ignore for host-only cookies

  • Cookie Pathstring: Defaults to the path part of the URL, leave blank if not applicable

  • Cookie Keystring: Leave blank for any key

Command Output

  • Save Cookie List Tostring: Save the retrieved cookie list

Advanced

  • Filter by Cookie's Secure attributeBoolean: Filter by Cookie's Secure attribute

  • Only Secure CookiesBoolean: Set whether the cookie is marked as HttpOnly, default is False

  • Filter by Cookie's lifecycleBoolean: Default setting is session cookies, uncheck for persistent cookies

  • Only Session CookiesBoolean: Filter session cookie collection

  • Delay Before (ms)Integer: The waiting time before instruction execution

Error Handling

  • Print Error LogsBoolean: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.

  • Handling MethodInteger:

    • 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