Hi all,

I have the following table in my application

<table class="button">
  <colgroup>
  </colgroup>
  <tbody>
    <tr>
      <td class="left"> </td>
      <td class="mid">Accept</td>
      <td class="right"> </td>
    </tr>
  </tbody>
</table>

I use the following code to click it:

$ie.cell(:class, "mid").click

After first click this cell only highlights, and only after second
click I get expected result. In the same time I need to click only one
time to get result when I use FireWatir with FF3.0.

My Enviroment is
WinXP SP2
Ruby 1.8.6
Watir 1.6.2
IE6 and FF3.0
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Watir General" group.
To post to this group, send email to watir-general@googlegroups.com
Before posting, please read the following guidelines: 
http://wiki.openqa.org/display/WTR/Support
To unsubscribe from this group, send email to 
watir-general-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/watir-general
-~----------~----~----~----~------~----~------~--~---

Reply via email to