[Win32 Api] WebBot

Jul 28, 2012 at 9:19pm
Hello,

I'm trying to do a bot for one browser-based game, but I have a question; is there any way to use website buttons like "submit" button below with win32 application? also, is there any way to set value of edit control (website again)?

for example, let's say I want to login on some website, there's a "Login" button and 2 edit controls, "username" and "password", how can I enter my username and password to those editboxes and press "login" automatically (application based)? any tutorial on that?

Thanks!
Jul 30, 2012 at 2:30am
Perhaps you could look into QT C++
Specifically the QWebElement class...
Topic archived. No new replies allowed.