18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Simulate ENTER and ALT key events..
Hi all!!
I am trying to playback following code:
_popup("Event Management")._highlight(_link("Activities List"));
_popup("Event Management")._click(_link("Activities List"));
_popup("Event Management")._closeWindow();
But while closing popup I am getting this annoying warnings by IE
"The webpage you are viewing is trying to close this window" and it directs to click YES or NO.
I am trying to click YES using keyboard ENTER event, as Sahi is not able to recognize this popup.
I need to automate the click "yes" or get rid of the warning.
I have gone through following link but still not able to solve my problem:
http://sahi.co.in/forums/discussion/comment/17843#Comment_17843
http://sahi.co.in/forums/discussion/6789/unable-to-simulate-entergo-on-the-ipad-using-_keypress#Item_11
OS: Windows XP
Sahi: v3.5
IE: Version 8.0.6001.18702
I am trying to playback following code:
_popup("Event Management")._highlight(_link("Activities List"));
_popup("Event Management")._click(_link("Activities List"));
_popup("Event Management")._closeWindow();
But while closing popup I am getting this annoying warnings by IE
"The webpage you are viewing is trying to close this window" and it directs to click YES or NO.
I am trying to click YES using keyboard ENTER event, as Sahi is not able to recognize this popup.
I need to automate the click "yes" or get rid of the warning.
I have gone through following link but still not able to solve my problem:
http://sahi.co.in/forums/discussion/comment/17843#Comment_17843
http://sahi.co.in/forums/discussion/6789/unable-to-simulate-entergo-on-the-ipad-using-_keypress#Item_11
OS: Windows XP
Sahi: v3.5
IE: Version 8.0.6001.18702