Clear Cookies
From UBot Studio
(Difference between revisions)
(Created page with "$Clear Cookies is a Settings Command. This command will clear the cookies for whatever website you visit. == Example == <pre> clear cookies navigate("...") |
Revision as of 18:24, 8 December 2012
$Clear Cookies is a Settings Command.
This command will clear the cookies for whatever website you visit.
Example
clear cookies navigate("google.com", "Wait")
Running the script will clear all cookies before navigating the specified website in the navigate command.