Is there anybody who can provide a c# example of how to get past the known Selenium issue involving the css pseudo-class :hover?
Essentially, i am working on regression testing for a website startin w/ the selenium IDE (and building the rest of my code in Visual Studio 2008), and need to hover over a div, make it appear, and click a link inside said div.
All of my efforts have failed however, and it seems that many have this issue, with no solution.
Thanks in advance!