Jump to content

Recommended Posts

Posted

Hello, I'm very sorry if this has been covered before. I've looked all over the place and am flooded with bots to games and auto login scripts for things like WoW.

What I'm trying to do is make a program that can connect to a website without opening the browser. So I can login / fetch information from that site.

Not asking for someone to code it for me, just really hope someone can point me in the right direction. Total noob in regards to what website connectivity.

Thanks in advance!

Posted

Hi,

have a look at _ie* functions in helpfile.

opens website with hidden browser:

#include <ie.au3>
$oIE = _IECreate ("http://www.google.de", 0, 0)
sleep (10000)
;close hidden browser
_IEQuit ($oIE)

;-))

Stefan

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...