Hi,

please can one help me with that:: i do not know how to click on the logout.
That is the snippet code:

#-------------------------
<tr>
<td id="topToolbar">
</td>
<td id="greeting">
Welcome [email protected] |
<a id="helpText" href="#" onclick="showHelp();return false;">&nbsp;</a>
|
<a id="logoutLink" href="javascript:confirmLogout();"> Logout </a>
</td>
</tr>
#------------------------


I've try
$browser.cell(:id => "logoutLink").click

or
$browser.link(:text, "Logout").click
or
$browser.link(:id, "LogoutLink").click

but is not working.


Best regards,
Cristina

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

You received this message because you are subscribed to 
http://groups.google.com/group/watir-general
To post: [email protected]
To unsubscribe: [email protected]

Reply via email to