On Wed, Jul 11, 2012 at 7:37 AM, Gajendra Jain <[email protected]>
wrote:
> https://www.servage.net/blog/wp-content/uploads/2009/03/css-menu.html
> I want to click on the link "The Team" which is only visible if we mouse
over to About link.

This should do it:

browser.a(:text => "About").hover
browser.a(:text => "The Team").click

Or this:

browser.a(:text => "About").click
browser.a(:text => "The Team").click

Željko
--
filipin.eu

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

[email protected]
http://groups.google.com/group/watir-general
[email protected]

Reply via email to