Daniel Wagner wrote:
> You could extract the identifiers and then use Selenium's getEval to 
> retrieve the labels:
> 
> selenium.getEval("selenium.browserbot.getCurrentWindow().qx.core.ObjectRegistry.fromHashCode(dx).getLabel()");

Thank you for the tip about the object registry. It allowed me to get 
selected item(s) of a List and a SelectBox, and also the selected rows 
of a table (although there were some more things to do).

And about comboboxes, I was missing the simple solution that consists in 
just calling selenium.getValue on the textfield.

Again, thanks for your help :)

-- 
Loïc - Novlog


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to