0

Is there a way to record mouse hover effect in selenium ide?

I have already tried mouse Over command that doesn't returns the expected effects

Rabia Asif
  • 298
  • 3
  • 14
  • I'm unsure if this is possible using the selenium ide, however you could do it in webdriver using selenium Actions like so `new Actions(Driver).MoveToElement(element).Perform();` – Dillanm Jan 17 '17 at 09:41
  • @Dillanm Yes when I tried it on webdriver it successfully perform the hovering effect but I want it to be done through ide. When there is a command "mouseOver" to hover an element then it must show the effects. Thanks for your reply – Rabia Asif Jan 17 '17 at 11:10
  • Have you tried putting a pause after the mouseOver command? This will let you see whether or not the button is actually being hovered over as it might otherwise be instantaneous. Could you also maybe provide some HTML or a screenshot of the element you're working with. – Dillanm Jan 18 '17 at 10:57
  • Yes I tried pause command but no change. Actually functionality is that on hovering a main menu, submenu appears. Website Link: http://www.ticketmaster.co.uk/section/concerts?tm_link=tm_homeA_music_header Here is the screenshot for commands I tried: http://prntscr.com/dxm78o – Rabia Asif Jan 19 '17 at 12:44

0 Answers0