Hi,

I am trying to use TrUMP plugin to identify UI elements with html as 
follows 

<table>
        <tr>
                <td>Name1</td>
                <td><input type="text"..../></td>
        </tr>
        <tr>
                <td>Name2</td>
                <td>
                        <select....></select>
                        <span....></span>
                        <select....></select>
                </td>
        </tr>
</table>

In this case, I have to identify both the "select" elements for Tellurium 
testing, 
I cannot use 'id'/'class' attributes in "clocator"class. 'class' is same 
for both, and ids are randomly generated in the UI framework of the 
application.
I can to use "header" as attribute, but TrUMP does not provide that. I 
need to constuct that attribute. Can you please help me to constuct the 
value of header for both "select" elements (drodowns)?



Thanks in Advance,

Renuka Kale
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"tellurium-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tellurium-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to