Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Closing dialog via client API(Client API)
Closing dialog via client API [message #1710236] Mon, 05 October 2015 13:16 Go to next message
crothy donald is currently offline crothy donaldFriend
Messages: 31
Registered: September 2013
Member
Hi,

since native dialogs cannot be object mapped, I am wondering how one can close an dialog via the client api.

My first idea was to send "enter" via external key combination but i failed.

My code:
Application app = JavafxComponents.createStage();
....
app.externalKeyCombination(new Modifier[] { Modifier.none }, "Enter");

thanks
Re: Closing dialog via client API [message #1710386 is a reply to message #1710236] Tue, 06 October 2015 11:29 Go to previous message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi there,

The idea is correct - the external key combinations are indeed designed to work with such dialogs.

What happens (error message, effect in the application) when you try this way?

Best regards,
Alex
Previous Topic:5009 aut start failed
Next Topic:Can Jubula can test Application installed (as feature and plugins) in Eclipse?
Goto Forum:
  


Current Time: Thu Apr 25 01:09:35 GMT 2024

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

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

Back to the top