I have a div element which turns visible on mouse hover.
Is there any way to make it visible with watir-webdriver?
br.div.hover doesnt fail but the element itself is still not visible.
(byebug) @browser.tr.div(:class =>'top-actions').hover
nil
(byebug) @browser.tr.div(:class =>'top-actions').visible?
false