SilkTest Question 37: How to fix "Mouse Coordinate (x,y) is off the screen" error?
During testing of web based application QA Engineer gets the following error "Mouse Coordinate (x,y) is off the screen" when the GUI object goes out of the screen. The issue appears when Silk Test tries to click the GUI objects which are out of screen area.
Provide the following 4test code above the code from where the mouse error occurs
Provide the following 4test code above the code from where the mouse error occurs
- Agent.SetOption (OPT_VERIFY_EXPOSED, FALSE)
- Agent.SetOption (OPT_VERIFY_EXPOSED, TRUE)
Labels: error
0 Comments:
Post a Comment
<< Home