Jump to content

Recommended Posts

Posted

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 :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 :)

Posted (edited)

It's a folder ( Temporary Internet Files ), the position depeds on OS version. Here you can find the cookie

On XP is:

C:Documents and SettingsUsernameLocal SettingsTemporary Internet Files

Edited by johnmcloud
Posted (edited)

It's a folder ( Temporary Internet Files ), the position depeds on OS version. Here you can find the cookie

On XP is:

C:Documents and SettingsUsernameLocal SettingsTemporary Internet Files

i am using WIn 7

I know the loc

But Command can;t delect the File at Win 7 ,Bez Its Hidden

thats the main problem

is it possible to hide all the elements of internet?

Edited by Masush
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...