I’m getting Move Target out of Bounds Exception if I’m giving any coordinates outside the viewport boundary in the method moveByOffset().
So I want to know if it is possible to automate the moving of cursor outside viewport.
I am trying to move the cursor outside the viewport in selenium java using moveToElement() and moveByOffset() methods. But I’m getting Move Target out of Bounds Exception if I’m giving any coordinates outside the viewport boundary.
(I’m trying to automate Exit Intent module of The-Internet heroku app.)
https://the-internet.herokuapp.com/
swati0adhikari is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.