I have used selenium 2.31.
I have used Actions class for mouse movement. Using this I moved the mouse over a menu and its submenu appeared only for a fraction of se
List list = driver.findElements(By.xpath("//a")); for (int i=0;i