I’m trying to click the connect button of a dialogue window but keep getting the following error:
System Events got an error: NSReceiverEvaluationScriptError: 4
I have got GUI scripting activated but I’m still getting the error.
Here is my applescript code:
tell application "Chicken of the VNC" to activate
tell application "System Events"
click button "Connect" of group 1 of window "Connect"
end tell
Has anyone managed to GUI script “Chicken of the VNC”?
Browser: Safari 412
Operating System: Mac OS X (10.4)