Get cookie command
Returns the value associated with the specified cookie and (optionally) stores it in the variable.
Parameters
Name | Type | Possible values | Description |
---|---|---|---|
Device ID* |
String |
The device for this command. By default, this is the device under test (DUT). |
|
Name |
String |
The name of the cookie. |
|
Result variable |
String |
The variable to receive the selected cookie value. |
|
Comment |
String |
Adds a comment to the script |
|
On-fail Result* |
Condition |
Ignore | Break | Continue | Abort | Catch |
The behavior when the command fails. |
* Mandatory parameter