I want to activate the :hover class defined in css using selenium. This isn't new obviously but all suggested methods by previous threads don't work anymore.
Thinks I have tried (unsuccessfully)
Selenium-Interface (usingWebDriverBackedSelenium) andmouseOverActionsusingmoveToElement(..).build().perform()- The
RenderedWebElementis deprecated since 2.20 but I can't find a replacement for thehover()method it provided.
Any ideas how to do it this time? Thanks!