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.
_expectConfirm API
in Sahi Pro
Hi,
I am trying to handle "Windows Internet Explorer" Pop-up - The webpage you are trying to view is closing the tab. Here is the script.
_expectConfirm("/The webpage you are/",true);
_popup("3DEXPERIENCE Platform - Dassault Systèmes").close();
_wait(2000); // Wait after closing the pop-up window
_selectWindow(); // Navigate back to original window
Expect confirm is doing any action on IE dialog box. Can some one please help?
I am trying to handle "Windows Internet Explorer" Pop-up - The webpage you are trying to view is closing the tab. Here is the script.
_expectConfirm("/The webpage you are/",true);
_popup("3DEXPERIENCE Platform - Dassault Systèmes").close();
_wait(2000); // Wait after closing the pop-up window
_selectWindow(); // Navigate back to original window
Expect confirm is doing any action on IE dialog box. Can some one please help?
Answers