The application I'm testing is compiled with Rad Studio XE 10 and the dialog window is detected as:
Sys.Process('download').Window('#32770', 'download').Window('DirectUIHWND').Window('CtrlNotifySink', '', 7).Window('Button', 'OK').ClickButton;
In an earlier verison of the application, which was compiled with Delphi XE5, the window was detected as:
Sys.Process('download').Window('TMessageForm', 'download').VCLObject('OK').ClickButton;.
Has anyone else encountered the same or similar issue?
If yes, what was your workaround?
Kind regards,
Kim