← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #191394]: How to input three key modifiers and only them?

 

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.