1

Selenium is not able to perform mouseOver if Hover property is defined in CSS

You can try yourself on this link using selenium ide http://www.w3schools.com/cssref/tryit.asp?filename=trycss_sel_link_more2

Selenium mouse Over has no effect on this link

please visit this link

Abhinav Garg
  • 1,642
  • 3
  • 22
  • 41
  • Duplicate of http://stackoverflow.com/questions/2973145/selenium-and-hover-css – chim Dec 20 '11 at 10:38
  • Does this answer your question? [Selenium and :hover css](https://stackoverflow.com/questions/2973145/selenium-and-hover-css) – costaparas Feb 04 '21 at 12:52

1 Answers1

1

According to this question, this is one of those perennial problems Selenium and :hover css

They discuss a couple of solutions, but it looks like the problem is that as Javascript cannot trigger the :hover pseudo class, so Selenium can't either.

Community
  • 1
  • 1
chim
  • 8,407
  • 3
  • 52
  • 60