cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Double click action

maneesh.vemula1
Level 5
Hello - I am trying to double-click on an element which is spied in AA mode. There is no 'double click mouse center' option - so i used multiple global mouse click center to double click the element. Unfortunately since the element takes time to be recognized on the screen, this particular option is not feasible. The element I am trying to click cannot be spied in any other mode. Please let me know if there are any other options.

Thanks in advance.

------------------------------
Maneesh

------------------------------
1 BEST ANSWER

Best Answers

GopalBhaire
Level 10
1. Spy the window in Region Mode
2. Add a arbitrary region inside with Location method as coordinates (Lets say R1)
3. make Start X, Start Y, End X, End Y of R1 dynamic
4. Read screen bounds of your button
5. Use navigate - Global mouse click 2x on R1 and pass screen bounds of button as params (StartX=Left, Start Y= Top, End X= Left + width, End Y= Top + Height)

------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------

View answer in original post

6 REPLIES 6

ChenglungTsai1
Level 5
Did you try click once and send the enter key?

When I want to double-click on some element, I always set the global mouse click twice in the same stage and change the interval value.

But you said it takes time to find out the element so maybe you can try another way like using enter key to make this happened.

------------------------------
Chenglung Tsai
Consultant
Avanade
------------------------------

GopalBhaire
Level 10
1. Spy the window in Region Mode
2. Add a arbitrary region inside with Location method as coordinates (Lets say R1)
3. make Start X, Start Y, End X, End Y of R1 dynamic
4. Read screen bounds of your button
5. Use navigate - Global mouse click 2x on R1 and pass screen bounds of button as params (StartX=Left, Start Y= Top, End X= Left + width, End Y= Top + Height)

------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------

Anonymous
Not applicable
you could do Global Send Keys Events with 2 Enter { }{ }

------------------------------
Cohen
RPA Developer

Romania
------------------------------

Hi Gopal, 

I don´t understood the step 5, how can I send a 2x in the mouse text field?


------------------------------
Miguel Gonzalez Moreno
------------------------------

AmiBarrett
Level 12
You may need to change your filters on the element in order to speed it up. Consider adding the following:

-Match Index
-Ordinal
-Ancestor Count
-aAncestor Count

If any value has a blank, remove those from the filters in order to reduce the number of checks required per element.

------------------------------
Ami Barrett
Sr Product Consultant
Blue Prism
Richardson, TX
------------------------------

What I meant was use the Global Mouse Click step twice for the same element with no pause in between.



------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------