Masush Posted February 19, 2013 Posted February 19, 2013 Hii THis is my rough Code $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 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
johnmcloud Posted February 19, 2013 Posted February 19, 2013 (edited) It's a folder ( Temporary Internet Files ), the position depeds on OS version. Here you can find the cookieOn XP is:C:Documents and SettingsUsernameLocal SettingsTemporary Internet Files Edited February 19, 2013 by johnmcloud
HeavenlyDemon Posted February 19, 2013 Posted February 19, 2013 (edited) please define make invisible the AutoIT TrayIcon ? Opt("TrayIconHide", 1) Edited February 19, 2013 by HeavenlyDemon
Masush Posted February 20, 2013 Author Posted February 20, 2013 (edited) It's a folder ( Temporary Internet Files ), the position depeds on OS version. Here you can find the cookieOn XP is:C:Documents and SettingsUsernameLocal SettingsTemporary Internet Filesi am using WIn 7I know the locBut Command can;t delect the File at Win 7 ,Bez Its Hiddenthats the main problemis it possible to hide all the elements of internet? Edited February 20, 2013 by Masush
Masush Posted February 20, 2013 Author Posted February 20, 2013 please define make invisible the AutoIT TrayIcon ? Opt("TrayIconHide", 1) Wat do you mean? I don;t wana Hide TrayIcon All i wanna Do is Hide Internet Element WHile Clearing Proxy THanks
Masush Posted February 21, 2013 Author Posted February 21, 2013 I just wanna Know if its possibe or not
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now