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