Basically, what I\'m trying to do is click on a button that becomes visible when hovering another element (its parent).
I have tried to use trigger.(\'mouseove
trigger.(\'mouseove
Using Capybara + Selenium it is possible to use "hover" with this command:
page.driver.browser.action.move_to(page.find('YourElement').native).perform