> Hello Everybody, we are using qooxdoo at the moment, and we want to 
> use selenium. My question is, if you look at 
> http://demo.qooxdoo.org/current/showcase/#Form , how can I get the 
> locator for the text fileld of 'Name'? The html code is something 
> like: 

Hi, Chi, try this (for the case you are working on - Chi works with me):

//*[text()="WikiWord:"]/parent::div//input

What this does is select the label for the control, then the parent div,
then the first input element below that.

Also you can use .. as in //*[text()="WikiWord:"]/..//input

Hugh

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to