Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20755

Dialog windows in Delphi XE 10 (Rad Studio XE 10)

$
0
0

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


Viewing all articles
Browse latest Browse all 20755

Trending Articles