I tried to find a solution to this thing and I spent a lot of time, but it is almost imposible to me to do that.
The matter: I am using Selenium with Java in Firefox
Actions actions = new Actions(driver); actions.moveToElement(element); actions.click(element); Action action = actions.build(); action.perform();
This worked for me.