Extract Cookie
The Extract Cookie action extracts the value of a cookie from the set of current cookies. The cookie is selected using regular expressions for domain, path and/or name. If more than one cookie matches the patterns, the value is extracted from the first matching cookie.
Properties
The Extract Cookie action can be configured using the following properties:
- Domain Pattern
-
Specify a pattern that matches the domain of the cookie. The pattern must match the entire domain of the cookie.
- Path Pattern
-
Specify a pattern that matches the path of the cookie. The pattern must match the entire path of the cookie.
- Name Pattern
-
Specify a pattern that matches the name of the cookie. The pattern must match the entire name of the cookie.
- Variable
-
Here you specify the variable in which to store the extracted value.