Ritu
unread,Jul 1, 2009, 9:34:21 AM7/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
Hi Santiago,
The code is below
table id="mct_days" cellspacing="1" cellpadding="3" border="0" width="100%">
!null|class=twisty!<tbody>!null|class=twisty!<tr class="multi_column_header_row"></tr>!null|class=twisty!<tr class="multi_column_row">!null|class=twisty!<td class="textelevenpix" nowrap="" style="background-color: rgb(245, 245, 245);"></td>!null|class=twisty!<td class="textelevenpix" nowrap="" style="background-color: rgb(245, 245, 245);"></td>!null|class=twisty!<td class="textelevenpix" nowrap="" style="background-color: rgb(245, 245, 245);"><div id="scheduled_from_1" class="texttwelvepixinline" name="scheduled_from_1"> 09:00</div></td>!null|class=twisty!<td class="textelevenpix" nowrap="" style="background-color: rgb(245, 245, 245);"></td>!null|class=twisty!<td class="textelevenpix" nowrap="" style="background-color: rgb(245, 245, 245);"></td>!null|class=twisty!<td class="textelevenpix" nowrap="" style="background-color: rgb(245, 245, 245);"></td>!null|class=twisty!<td class="textelevenpix" nowrap="" style="background-color: rgb(245, 245, 245);"></td>!null|class=twisty!<td class="textelevenpix" nowrap="" style="background-color: rgb(245, 245, 245);"></td></tr>
This is what I'm trying to do,
!#!
<tr>\\ <td>assertText</td>\\ <td>//table[@id='mct_days']/tbody/tr[2]/td[3]</td>\\ <td>exact:09:00</td>\\ </tr>
And I want to now is, how to ensure that this particular field is Readonly.
!#!
!#!
!#!!#!
I'm unable to copy the picture here as it says am not authorised to do it on this website.
Please tell me if you need more details, I'll be happy to provide that.
Many thanks
Ritu