Got stuck in capybara coding. appreciate any help on this.
I need to mouseover on source element to click on the target element link. Not finding a way to get it. need to use this in chrome browser only.
Tried the code below
source=ses.find('#source-link')
ses.driver.action.move_to(source).perform
ses.find('#child-link').click