... and the conditions are true.
The macro is as follows:
Triggered by any of the following:
This application:
WorkflowServiceRunner
Launches
Or by script.
Or via the web server for public, authenticated, and iPhone access.
Will execute the following actions:
Execute AppleScript:
Execute text script and ignore results:
tell application "System Events"
tell process "WorkflowServiceRunner" to set its frontmost to true
delay 1
tell process "WorkflowServiceRunner" to count its UI elements
end tell
If Conditions Met Execute Actions
If all of the following are true:
The screen:
contains image
execute the following actions:
Move Mouse to ( -50,-20) from the Found Image's Bottom Right Corner
otherwise execute the following actions:
The macro works only when I click on "Try" and "Move". However, when said process launches it triggers nothing. The pointer fails to acknowledge the conditions that KM registers as matching ones.