Legacy | Delete cookie

  • Command: cookie

  • Subcommand: delete

  • Supported Platforms: Native (legacy), UFT (legacy), Selenium, Appium

    All commands must be executed using the same framework. Sharing the execution ID between different frameworks is not possible. This means that if you work with a Selenium/Appium driver, you need to call the commands using the Selenium/Appium driver (or, in the case of Reporting commands, through the Reporting SDK that works with the driver) and not as part of a UFT test or another framework.

  • Supported OS: Android, iOS

Deletes the specified cookie.

Description

Deletes a cookie from the browser cache.

Restriction: Delete cookie will not for cookies that have the Secure or HttpOnly flag set.

Parameters

Name Value Default Description
deviceID*     The device for this command.
name*     The name of the cookie.

* Mandatory parameter

Request

Copy

Request

https://mycloud.perfectomobile.com/services/executions/john@perfectomobile.com_controller_16-12-07_08_30_54_151?operation=command&securityToken=<your_token>&command=cookie&subcommand=delete&param.deviceId=2ACB96B8&param.name=myCook