Forum Discussion

visalinir's avatar
visalinir
Contributor
7 years ago
Solved

Out of Window Bounds Exception

While executing a test an exception has occurred as "There was an attempt to perform an action at point (10, 10) which is transparent or out of the window bounds." and the execution is stopped. Could you please provide a solution as my application have several menus in which some are beyond the visible screen for which we have to drag a bar to select them.

  • You might want to try using the scrollIntoView(true) method on the object you are trying to interact with.  This will cause the browser to automatically scroll the component into view.... with the parameter of true, it will move it to the top of the visible screen.  See if this works.

2 Replies