16-03-21 03:33 AM
Hello,
If anyone knows what the technical difference is between "Press" , "Global Mouse Click" , "Global Mouse Click Centre" used for clicking on elements, please explain to me.
I want to know the technical basis for which one is best to use for which element.
Answered! Go to Answer.
16-03-21 03:15 PM
Hi Mitsuko,
These functions are all for selecting a button and have slightly different ways of working.
1. Press - this sends code to the application to simulate this button has been pushed. This is the most reliable of the functions.
2. Global mouse click centre - This function moves the mouse to the centre of the object and will then action the left mouse button to select it.
3. Global mouse click - This function moves the mouse to the location specified in the navigate action with X,Y co-ordinates, this can be risky as windows do not always appear in the same space as last time.
I would use these in the order I have listed and see how you get on, have a look at your application modeller and ensure that you have selected the correct element that is a button type.
Hope this helps!
Ronan
16-03-21 03:15 PM
Hi Mitsuko,
These functions are all for selecting a button and have slightly different ways of working.
1. Press - this sends code to the application to simulate this button has been pushed. This is the most reliable of the functions.
2. Global mouse click centre - This function moves the mouse to the centre of the object and will then action the left mouse button to select it.
3. Global mouse click - This function moves the mouse to the location specified in the navigate action with X,Y co-ordinates, this can be risky as windows do not always appear in the same space as last time.
I would use these in the order I have listed and see how you get on, have a look at your application modeller and ensure that you have selected the correct element that is a button type.
Hope this helps!
Ronan
18-03-21 02:27 AM
Hello @RonanConsidine,
Thank you for reply.
Do I understand your explanation correctly?
You mean "Global Mouse Click Centre" behaves as same as manual input?
24-03-21 10:29 AM