Hello. I'm new to this group and i apologize if someone already asked this
and received an answer, but i did not found it.
I tried to do some automated tests using selenium with qooxdoo for this page 
http://demo.qooxdoo.org/current/showcase/#form
http://demo.qooxdoo.org/current/showcase/#form . I succeeded to get to every
element from the page but i did not find any command to test if the actual
value of a text field or a combo box, or a radio button is equal with one
that a want to enter.

Here is a piece of my selenium code in html:
--------------------------------------------------------------------------------
<tr>
        <td>open</td>
        <td>http://demo.qooxdoo.org/current/showcase/#form</td>
        <td></td>
</tr>
<tr>
        <td>qxType</td>
        <td>qxh=app:child[1]/child[2]/child[0]/child[0]/child[1]</td>
        <td>qooxdoo</td>
</tr>
-----------------------------------------------------------------------------------

qxh=app:child[1]/child[2]/child[0]/child[0]/child[1]  this is the text box
from the right of the label TextField.
How can i test that it's value is for example 'qooxdoo'?

Can someone help me, please? Or at least give me a hint?
Thank you in advance.

Loredana
-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Verify-the-value-of-a-textField-combobox-checkbox-and-radio-button-tp5018820p5018820.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------

_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to