Jump to content

[HELP] Hide window WHile On Hiden IE


Masush
 Share

Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...