There is an invisible element on my HTML page which becomes visible when a mouse hover is done on the element. What I Have to do is
Actions builder = new Actions(driver); builder.MoveToElement(menu).MoveToElement(submenu).Click().Perform();
It works under Chrome, but doesn't work in FF