visalinir
8 years agoContributor
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...
- 8 years ago
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.