TestQA1
3 years agoFrequent Contributor
Getting value of the Window object
Hi,
I have an object like Sys.Process("config").Window("*").Window("Afx:StatusBar:aa0000:8:10003:10", "", 1);
Now this object has some data shown on the status bar such as 'number of items' :0 Users: 9 etc.
How can I get the values of the number of items out of this object.
The spy tool doesn't show any info. on the number of those captions/text. Is there any method that can be used to extract the text.
Thank you.