Forum Discussion

SK2's avatar
SK2
Contributor
3 years ago
Solved

receiving waiting until the overlapping window becomes visible message during script execution

I have to enter in a text field which is down in the form. The TestComplete is unable to scroll down to the object ad enter the data. I receive following message in the log:

"There was an attempt to perform an action at point (199, 16) which is transparent or out of the window bounds."

  • SK2's avatar
    SK2
    3 years ago

    I was able to solve this problem using ScrollIntoView() method.

2 Replies

  • Marsha_R's avatar
    Marsha_R
    Champion Level 3

    1) What did you do to try to scroll down?

     

    2) Are you using coordinates to find that text field? Using the object name or other properties would be better.

    • SK2's avatar
      SK2
      Contributor

      I was able to solve this problem using ScrollIntoView() method.