Skip to main content



      Home
Home » Eclipse Projects » RCP Testing Tool » Record System Windows events
Record System Windows events [message #1711305] Wed, 14 October 2015 15:14 Go to next message
Eclipse UserFriend
Hello,

I would like to record and use system windows. For instance, I would like to make click , save as option (in the menu ) and ,choose the path and click ok. However, when I am recording it, events are not recorded when working on the save window.

Is there a way to do this?.

Regards,

Agustín
Re: Record System Windows events [message #1711319 is a reply to message #1711305] Wed, 14 October 2015 21:39 Go to previous messageGo to next message
Eclipse UserFriend
Hi Agustin,

RCPTT should record the result for system windows by adding set-dialog-result command, i.e.:

set-dialog-result File "/Users/Ulik_MacAir/Downloads/MyLicense.license"
get-menu "File/Open File..." | click

Is it recorded in your case?
Could you please attach the recorded script?
Does the recorded test fail because nothing is recorded?

Kind regards,
Ulyana.


Re: Record System Windows events [message #1711377 is a reply to message #1711319] Thu, 15 October 2015 08:20 Go to previous message
Eclipse UserFriend
Hi Augustin,
below a portion of code I use to upload and .xls file (It is native system window).
Hope this help
set-dialog-result File "C:\\Users\\angelo.luciani\\pippo.xls"
set-dialog-result MessageBox 32
get-menu "File/Upload/Upload Trade" | click

Previous Topic:[SOLVED WITH WORKAROUND]Error when I try to emulate mouse right button click on the table
Next Topic:[SOLVED] RCPTT Maven Plugin
Goto Forum:
  


Current Time: Sun Jun 15 21:12:20 EDT 2025

Powered by FUDForum. Page generated in 0.08684 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top