Could you please help me with my problem?
Problem:
I want to mouse over on top navigation which opens a dropdown, mouse over on one element from a dropdown which opens another dropdown, clicking one element from second dropdown.
So I am not able to mouse over on dropdown 's element . It is working fine in chrome but not in Firefox
Here is my script:
WebUI.mouseOver(findTestObject(‘Object Repository/Homepage Anonymous/Browse Products/mouseOver Browse Products’))
WebUI.mouseOver(findTestObject(‘Homepage Anonymous/Browse Products/mouseOver_abc’)) - this is not working in firefox
WebUI.click(findTestObject(‘Homepage Anonymous/Browse Products/Click xyz’))