sumit_engineer
11 years agoOccasional Contributor
How to ClearCache and Cookies from Internet Explorer 9
How to ClearCache and Cookies for Internet Explorer 9 in test complete using vb script as the language . Please help .
- 11 years agoYou can use the following call to clear cache, cookies, passwords, and anything else. If you want to be more selective you will have to change the 255 value to something else. You should be able to find the proper values through Google...
Set objShell = CreateObject("WScript.Shell")
objShell.Run "RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 255"