Jump to content

seeking values on multiple pages simultaneously


Recommended Posts

I want to pull values from several different web pages at the same time but I don't want to do it linearly, one after the other but rather, to save time, look at the pages at the same time. Also, I'm not looking just to pull the content of a certain page, I'll need to execute different actions for each individual page the program goes to.

Not sure if this can be done but if there is someplace in the help file which covers this, or old posts, please let me know.

Thank you.

Dan

Link to comment
Share on other sites

  • Moderators

We don't have multithreading available to us in AutoIt, and it's on Valiks Taboo list (is TaBoo or NoToDo? :) )

So you'll need to make an exception, I suggest looking up the following along with FileWrite(), and having the main script reading and deciphering the data.

/AutoIt3ExecuteScript() + FileWrite()

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

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