Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » External key combination for downloading a file in API(External key combination for downloading a file )
External key combination for downloading a file in API [message #1832606] Mon, 21 September 2020 16:58 Go to next message
sreesowmya telikipalli is currently offline sreesowmya telikipalliFriend
Messages: 8
Registered: April 2020
Junior Member
Hi,

I am trying to download a file by developing in Jubula API.
Code to save a file is given below.

Application app=SwingComponents.createApplication();
Modifier m=ValueSets.Modifier.control;
app.keyCombination(new Modifier[] {m}, "ENTER");


Though the above commands are executed and the download dialogue box closes,the file was not saved .
I checked with
app.externalKeyCombination(new Modifier[] {m}, "ENTER");
but it doesn't work too.

Please help in resolving above test case using Jubula API.

I tested the application by manually clicking CTRL+Enter and the file was saved.
Re: External key combination for downloading a file in API [message #1833391 is a reply to message #1832606] Mon, 12 October 2020 08:18 Go to previous message
Marvin Mueller is currently offline Marvin MuellerFriend
Messages: 255
Registered: March 2012
Senior Member
Hello,

Which toolkit?
What type of application?
How did you verify it is not downloaded?

best regards
Marvin Mueller
Previous Topic:Test result
Next Topic:Test for GEF 5.x graphics Element with Jubula
Goto Forum:
  


Current Time: Tue Apr 23 07:54:49 GMT 2024

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

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

Back to the top