Forum Discussion

svaze74's avatar
svaze74
Contributor
11 years ago
Solved

Can we customize the speed of mouse click in testcomplete

Hi, Sometimes the mouse click operation appears to happen successfully but the expected result does not occur during automated test run. When clicking on button manually, the expected result is co...
  • AlexKaras's avatar
    11 years ago
    Hi Shrirang,



    No, according to my knowledge, the speed of the mouse click is not parametarizable.

    But you can use the LLPlayer object and create your custom function that will press left mouse button at some screen point (you will need to convert coordinates from object-based to screen-based), wait for some time (this will be your parameter) and release the pressed button.

    Does this help?