Question #191394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/191394
Alexey proposed the following answer: Maybe this might help: I use this command to clear cookies: App.open(r'RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 2') And this one to clear temporary internet files: App.open(r'RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8') You can search for another similar commands with keyword "ClearMyTracksByProcess" -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli. _______________________________________________ Mailing list: https://launchpad.net/~sikuli-driver Post to : [email protected] Unsubscribe : https://launchpad.net/~sikuli-driver More help : https://help.launchpad.net/ListHelp

