How to do a mouse hover/over using selenium webdriver to see the hidden menu without performing any mouse clicks?
There is a hidden menu on website which i am testing th
Just wanted to mention that a last resort workaround could be to try javascript mouse over simulation.
Solutions for that in various languages are posted here: http://code.google.com/p/selenium/issues/detail?id=2067