When using the Click Trigger (or the Click Image Trigger) activity inside a Trigger Scope, the event / activity does not detect the end user’s interactive mouse click (TriggerMode.TriggerUp) event on a Java App modal window Save button. Instead, the click trigger activity waits, even though the mouse button was clicked.
Is the Click Trigger activity, with a Java AWT modal window, a known bug?
Additional Info:
Windows 11
I have tried all scheduling modes.
I can accurately target the button’s selector.
I posted the results of several alternative methods in an earlier post. None worked.
Additional Information:
I can Validate and Highlight the Save button from the workflow’s selector and from the UiExplorer’s selector.
However, as mentioned above, clicking the mouse button (TriggerMode.TriggerDown or TiggerMode.TriggerUp) is not detected by the workflow.