Hi Corey, thanks for your response.
I have a Mac application for which i need to write apple script for UI automated testing.
There is a tab group in the window of the application which contains many static texts and text fields. I don't know how to access these static texts to get the value of the String it contains.
1. Consider this scenario, i am clicking a button "Connect" in the application, there will be change in the string being displayed on the tab as "Connecting" and then finally turns into "Connected". This string value is stored as a AXStaticText. I need to know whether it is possible to get the value of this static text which is currently a AXChildren to the AXTabGroup using apple script alone? Currently i am trying to use shell script along with apple script to get the connection status with the help of the log file.
2. And also i want to know how to make a click action on a child element under a tab group. I am having a AXTabGroup under which it contains many static texts and buttons. How can i make click actions for these children?
I am not able to script for generating actions for such children elements using apple script.
AXChildren, AXTabGroup, AXStaticText are termed based on the analysis using Accessibility inspector.
I need a solution for question number - 2 at the earliest.
Thanks.