Jump to content

Getting Information from a running Application


Recommended Posts

Hello I would like to know how to get information from a running application.

There is a table for example with lots of information in it and I want extract the information so I can do s.th. with it.

My first thought was about to make a screenshot and then use ocr software to transform the image to text.

But is there not a simpler way for example to get the information from the table directly?

 

Link to comment
Share on other sites

Hi chees0r

what is the application you are referring to?

Usually, roughly, you should:
attach the target application to your script by using WinWait(...) for example
and then get content from the control by using ControlGetText(...)
The "AutoIt Window Info" utility can be of help to get useful info about your target application to be used within above 2 functions

If your data is in a table within an InternetExplorer browser instead, then is very easy extract data from the table by using some of the _IE* functions

 

image.jpeg.9f1a974c98e9f77d824b358729b089b0.jpeg Chimp

small minds discuss people average minds discuss events great minds discuss ideas.... and use AutoIt....

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