Jump to content

Reading results within an application


Recommended Posts

Is there a way to extract the the results that a given .au3 script returns.

In my example I have an automated way now to search for a particular string in an application and record the time it takes to search and return results.

It would be good also to record in the results .CSV the actual number of hits, this is presented on screen but would there be anyway to read that into a variable in the script?

Link to comment
Share on other sites

Is there a way to extract the the results that a given .au3 script returns.

In my example I have an automated way now to search for a particular string in an application and record the time it takes to search and return results.

It would be good also to record in the results .CSV the actual number of hits, this is presented on screen but would there be anyway to read that into a variable in the script?

Use variables to get all the results you need. And then write them into a ini file or filewritefromarray. Have fun ^_^

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