I am using Capybara 1.0.0, and I have a link in my page which gets visible when mouse hover over that block. So I want to trigger mouse over in test so that I can click that hidden link.
I googled it, but couldn’t find the solution that suits me. Can you guys help me with this?
I am using Capybara 1.0.0, and I have a link in my page which
Share
I’ve chosen to use Capybara webkit, and sadly I had to resort to executing javascript using jQuery: