How can we click an element which is visible only when we hover the move towards a top right corner of Application?
Hi there @anmita,
I hope you are having a fantastic Monday!
If the element is invisible, but present, you can interact with it using Simulate
or Windows Messages
input types.
In the event it is invisible, but only present when you hover to the top-right, you can leverage the Hover
Activity, then Click
as per normal.
Ultimately, it will depend on whether the element always exist, but is hidden, or only exists once the curser is positioned in the top-right.
Let me know your thoughts.
Thanks in advance for your support,
Josh
Thanks @Mr_JDavey for the Quick Response
Actually Element Exists and it is visible when the Cursor is positioned towards it
Regards
@anmita
Can you please try simulate click for the same! @anmita
Hi @anmita,
Use Hover activity on element so it will visible then use click activity .
Thanks @shreyash_shirbhate
Thanks @aanandsanraj
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.