Script: mouse hover-over event

Hi,
I have to handle mouse hover event for one of my site’s page.
Actual action is: user hover over the menu and child menu pops-up and user selects some link from that. How this can be achieved using script?

Rupesh

I think when your page is loaded, the top menu options and sub menu options have all been loaded. when you hover mouse over expanding the sub menu, there’s not really network traffic occur, so if you just need to measure the performance of the sub menu page, you can simply just call the clickAndWait command on your sub menu option directly without even expanding the menu, unless your whole point is exactly to see the feature “menu is expandable” is working rather than its performance.