Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

[HELP] Hide window WHile On Hiden IE

$
0
0
Hii
THis is my rough Code

[ autoit ]         
$ie = _IECreate("https://mobile.twitter.com/login/?redirect_after_login=%252Fmasush2&username_or_email=", 0, 0, 1) Func _WinWaitActivate($title, $text, $timeout = 0) WinWait($title, $text, $timeout) If Not WinActive($title, $text) Then WinActivate($title, $text) WinWaitActive($title, $text, $timeout) EndFunc ;==>_WinWaitActivate Opt('WinWaitDelay', 100) Opt('WinDetectHiddenText', 1) Opt('MouseCoordMode', 0) _WinWaitActivate("Twitter", "") ControlSend("Twitter", "", "", "!to") Sleep(500) Send("o") _WinWaitActivate("Internet Options", "") ControlClick("Internet Options", "", "Button5") _WinWaitActivate("Delete Browsing History", "") ControlCommand("Delete Browsing History", "", "Button1", "Check") ControlClick("Delete Browsing History", "", "Button9") Sleep(100) ControlClick("Internet Options", "", "Button13")

The IE is Hidden Here
This is my 100% error Free automation to clear cookies fast :D
But When Clearing Cookies ,its action is visible
is there any thing i can do to make it invisible

also, what is the LOCTION of cookies at REG
so i can delete it ....

Thanks In advance :)

Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>