Forum Discussion

conehead's avatar
conehead
Occasional Contributor
7 years ago
Solved

TestComplete error about being 'transparent or out of the window bounds'.

I have a dummy test (clicking on application objects) that would run yesterday, but not today. The application has not changed. The error is 'There was an attempt to perform an action at point (84, ...
  • cunderw's avatar
    7 years ago

    The two parameters in your click action (84,18) refer to coordinates of the object, and it sounds like the object size has changed.

     

    In general, unless there is a specific need you should set those to -1. This will always click the center of the object regardless of the size.