Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Jubula » Recover all the values of a combo component
Recover all the values of a combo component [message #1692094] Mon, 13 April 2015 11:55 Go to next message
Dorian DE NICOLA is currently offline Dorian DE NICOLAFriend
Messages: 29
Registered: September 2014
Junior Member
Hello everyone,
I am looking for a method to retrieve all the values of a combo component.
Is that possible?
Example: I have a combo that can take 3 values and would like to retrieve these values.
Re: Recover all the values of a combo component [message #1692162 is a reply to message #1692094] Tue, 14 April 2015 05:36 Go to previous messageGo to next message
Alexandra Schladebeck is currently offline Alexandra SchladebeckFriend
Messages: 1613
Registered: July 2009
Senior Member
Hi there,

If you know how many values the combo has in advance, then you can use the actions to select each item by its index and then check the text on the combo box once it's selected. It's not quite the same as getting them all at once, but it might help you.
Alternatively, if you can access the values by a property of the combo box, you may be able to use check property to retrieve them.

Do either of those suggestions help?

Best regards,
Alex
Re: Recover all the values of a combo component [message #1695140 is a reply to message #1692162] Tue, 12 May 2015 09:22 Go to previous message
Dorian DE NICOLA is currently offline Dorian DE NICOLAFriend
Messages: 29
Registered: September 2014
Junior Member
Alexandra thank you
I have verified the number of elements that I must have with the index and after I checked their names.

Best regards,Dorian
Previous Topic:Jubula future plans
Next Topic:HTML <div> Click not firing in page
Goto Forum:
  


Current Time: Tue Apr 16 12:14:23 GMT 2024

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

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

Back to the top