Varun_1
15 years agoNew Contributor
Get text from Status Bar control
I am trying to automate our ERP application whose objects TestComplete (v7.52) accesses via the MSAA engine.
TC recognizes the control as - Sys.Process("EBS").Form("Edu Comp").PropertyPage("Status Bar").Text("Static")
I am stuck at a point where I want to get the text displayed in this Status Bar 'Text' control. The content of this control is a line of text which changes based on the activity performed. After a while, it displays 'Ready...' as the text. I need to pick up this text. How can I achieve this?
TC recognizes the control as - Sys.Process("EBS").Form("Edu Comp").PropertyPage("Status Bar").Text("Static")
I am stuck at a point where I want to get the text displayed in this Status Bar 'Text' control. The content of this control is a line of text which changes based on the activity performed. After a while, it displays 'Ready...' as the text. I need to pick up this text. How can I achieve this?