Jump to content

How can I work with Web browser controls?


Recommended Posts

I have to automate some clicking and information filling in my Web browser controls (currently Opera, I would use IE if I have to) for Forex and Stock research. How can I do this without pixel searching or exact mouse clicking all the time? Is there a part of autoit that works directly with the browsers fields/controls? If not, is there a similar scripting language that can do that?

Many thanks in advance!

Link to comment
Share on other sites

It would be a hundred times easier using IE since the IE library is easy to use and has anything you're looking for, if it's okay to use IE, look up _IE* functions in the helpfile and check out the examples.

However, if you aren't using IE, I suppose this can be done using:

ControlCommand / ControlClick / Control* functions

WinGetHandle/Win* functions

Look some of those up in the helpfile

Kurt

Awaiting Diablo III..

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