Unable to do mouse over using actions class | Selenium Forum
M
Posted on 05/10/2016
Hi Ashish,
act.moveToElement(golfClubs).build().perform();

the above function is not working in chrome and ie 11 , it is only working in firefox. I know this is a known issue
so,kindly tell me some other method to do mouse over for chrome and ie11 so far nothing from net works with these browsers for mouse over operation

M
Replied on 06/10/2016

actions class should work in chrome.

is there any error?


M
Replied on 06/10/2016

element not visible exception comes

P.S What version of chrome are you using I will try with the same version
and any trick for ie 11 ? how can i do mouse over in ie 11 specifically.


M
Replied on 07/10/2016

[quote:1v53lz22]element not visible exception comes[/quote:1v53lz22]

put a wait statement before actions class.