No way to tell without the rest of the page. Everything is pointing to script functions that do not appear here . . . the html snippet you gave us renders in the browser as nothing but plain text. Even if you could click it with Watir, without the associated scripts it would not do anything.

Likely you will have to post the whole page source, along with any _javascript_ files that are included near the top. Even better would be to give us a link to the page, so we can see for ourselves.


Lonny Eachus
=============





David Solis wrote:
Hello,
 
I'm not sure how to handle clicking on "Open Account" in the lines of HTML below. How do I click on '/register/personal.do'
<tr>       <td class="memboxlink" width="128" height="28" onmouseover="membox_overlink(this);" onMouseOut="membox_outlink(this)" onclick="go('/register/personal.do')">Open Account                                                                                                      
        </td>  </tr>    <tr>      <td class="memboxlink" width="128" height="28" onmouseover="membox_overlink(this);" onMouseOut="membox_outlink(this)" onclick="go('/help/support.do')">Support                                                                                                              </td>    </tr>
 

_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general



_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to