Stupid issue about pop up windows when download files

Dialog buttons are best clicked in desktop automation mode. => Add this to your macro:

  • XDesktopAutomation | true

  • XClick | image

You can also try to just simulate enter keypress instead:

  • XType | ${KEY_ENTER}