Hi all,
I have an application in cocoa/swift that I developed. Now I want to automate tests using applescript.
I don't know how to click a button inside a tabbed view.
To access the tabbed view I do :
click the radio button "Browse" of the first tab group of window "Window"
then I do :
click button "Apply" of the first tab group of window "Window"
which is a button in the pane corresponding to the tab I selected previously.
I am using script debugger and it reports a "missing value" and the the application exits.
I have an application in cocoa/swift that I developed. Now I want to automate tests using applescript.
I don't know how to click a button inside a tabbed view.
To access the tabbed view I do :
click the radio button "Browse" of the first tab group of window "Window"
then I do :
click button "Apply" of the first tab group of window "Window"
which is a button in the pane corresponding to the tab I selected previously.
I am using script debugger and it reports a "missing value" and the the application exits.