TonyG1 Posted February 26, 2020 Posted February 26, 2020 Hello! I would like to extract some text from a table, but AutoIt doesn't see anything: Red square is the field that FinderTool can define, but that's all. There is no any visible text for AutoIt. How can I extract text 6, text 7 and so on from this table? Is it possible in this way? Please help!
FrancescoDiMuro Posted February 26, 2020 Posted February 26, 2020 Hi @TonyG1, and welcome to the AutoIt forums From what we can see, AutoIt gathers a lot of information from the application you are trying to get text from (Class, Instance...), so you could use these information with the functions Win* and Control* to start getting what you need to from this application. Look at those functions and post the code you have Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now