cancel
Showing results for 
Search instead for 
Did you mean: 

double click does work on Java application

SimonGuo
Level 2
When I try to double click on a element of java application, return error:"Unable to match any windows with the query terms", BUT, it could single click on the same element and doesn't return any error. Only different is changing Action from "Global Mouse Click" to "Global Double Mouse Click". Element is a TreeView(Java), Did anyone got same error?
1 REPLY 1

Denis__Dennehy
Level 15
Get the coordinates of your element using the Java elelment in a read stage (get bounds/screenbounds) then send your global double mouse click center using the windows interface.  There are more details on these kind of techniques in the surface automation training.