Dialog buttons are best clicked in desktop automation mode. => Add this to your macro:
-
XDesktopAutomation | true
-
XClick |
You can also try to just simulate enter keypress instead:
- XType | ${KEY_ENTER}
Dialog buttons are best clicked in desktop automation mode. => Add this to your macro:
XDesktopAutomation | true
XClick |
You can also try to just simulate enter keypress instead: