Forum Discussion

Tejaswi's avatar
Tejaswi
Occasional Contributor
5 years ago
Solved

There was an attempt to perform an action on zero sized window

I'm using TestComplete 14.10. I'm getting "there was an attempt to perform an action on zero sized window" when the testcomplete is trying to click on the dropdown in scripting(recorded). I delay of ...
  • tristaanogre's avatar
    5 years ago

    That error happens when the object that you're trying to click on has zero dimensions.  The item you're calling the "click" method on has not been fully resolved and rendered.  So, either one of two things.  Either you're not waiting long enough for the object to render.  Or you are calling the click method on some underlying object that does not have dimensions.