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("...") |
|||
(3 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
− | + | Clear Cookies is a [[Settings Commands|Settings Command]]. | |
− | This command will clear | + | This command will clear all non-flash cookies for whatever website you visit. |
== Example == | == Example == | ||
Line 11: | Line 11: | ||
Running the script will clear all cookies before navigating the specified website in the [[Navigate|navigate command]]. | Running the script will clear all cookies before navigating the specified website in the [[Navigate|navigate command]]. | ||
+ | |||
+ | [[File:clearcookies0.jpg]] |
Latest revision as of 15:50, 24 September 2013
Clear Cookies is a Settings Command.
This command will clear all non-flash cookies for whatever website you visit.
[edit] Example
clear cookies navigate("google.com", "Wait")
Running the script will clear all cookies before navigating the specified website in the navigate command.