Hi ,
My application has a list of kendo ui menu. I need to mouse hover on one of the main menu items to be able to view the submenu.
I have written a code to get this done and it get executed absolutely fine on IE.
But when executed on Chrome it mouse hovers on the above menu item in the list.
So I tried using offset values like shown in the below line of code.
Menu2ndlevel.MouseHover(0,30,ArtOfTest.Common.OffsetReference.AbsoluteCenter)
By doing this, the execution happens fine in Chrome, but because of the offset set on IE it clicks on the below menu item.
Can you please help me with how to deal with this ?
-Regards,
Sprithi