I am facing a strange issue with click activity. I am trying to click the web element “Upload Resume” and selectors are also valid. I tried multiple times, but every time the pointer goes to the element but it’s not clicking.
I need to manually click in order to complete my process. I can not upload my XAML file for reference.
Has anybody faced a similar issue? How can I resolve this?
I enabled it, then the pointer was not even going to the desired element. Then I disabled it, now the mouse pointer is going to the element but not clicking.
Fine
is that element lies inside any browser page or a new window
if so make sure that we have used attach browser or attach window activity
or
use GET ACTIVE WINDOW activity and mention the CLICK activity inside that container so that it will click
The activity is inside open browser only. Do I still need to use Get Active Window? Other buttons are working fine in the same page.
Facing problem with this particular button only.
Fine
did we try with SEND HOT KEY ACTIVITY with key as tab
that is use N number of send hot key activity with key as tab until it reaches the field we want and once after reaching the field use a final SEND HOT KEY activity with key as enter so that it will click that button
that will work for sure