If you don't care about the elements inside td, you could just put couple
elements in the td inside a Logical Container (
http://code.google.com/p/aost/wiki/UserGuide070DetailsOnTellurium#Logical_Container)
so that they are enough to locate the table.

Otherwise, you need to use a list object with the tag "td" to hold all
dynamic object templates. Tellurium should be able to automatically detect
the duplicated "td" tags and handle them appropriately for you.

Thanks,

Jian

On Mon, Nov 2, 2009 at 4:43 PM, Manoj Chavan <[email protected]> wrote:

>
> Hi
>
>   I have a structure depicted below ...
>
>
> <table>
>   <tbody>
>       <tr>
>           <td>
>                 <b>Label 1</b>
>                 <small>some text</small>
>                 <b>Label 2</b>
>                 <small>some text</small>
>                  ....
>           <td>
>                 <b>Label 3</b>
>                 <small>some text</small>
>                 .........
>           <td>
>
>       <tr>
>       <tr>
>       <tr>
>
>
>
> Question?   Can I using
>
>        * int getTableMaxRowNum()
>        * int getTableMaxColumnNum()
>        *
> Walk the table and assert for the tags <b> and <small>. The number of
> components in the <td> are dynamic.
>
>
> Regards,
>
> Manoj
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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