23-06-23 11:02 AM
Hi all, Can you please anyone suggest how to click on the mouse hover drop down list & I need to Hover & select the Excel from the list (as attached). I've tried to spy the item & trying to click but it is not working at all. Please suggest me with your solution. Thanks !!
23-06-23 02:25 PM
Any solutions ??
23-06-23 02:28 PM
Can you provide more details
what is the type of element?
Attributes of the element
How you configured click action
What is the spy mode ?
Regards
27-06-23 10:27 AM
Hi Ravi Kumar,
There are couple of ways of achieving this. If it's a web application spy it in browser mode and perform click operation, if the click operation is not working as expected spy the element in UIA mode and use global mouse hover and global mouse click centre this will help you in clicking the excel option by hovering on top of it.
Hope this helps...
06-07-23 12:16 AM
Hi Ravi Kumar,
Just to add you can also try this
1) Focus on the element
2) Global mouse click centre
3) Global send keys - Try {DOWN} option a if the excel word is always in the 3rd row use some thing like {DOWN 3}
4) Global Send keys - {ENTER}