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.
Popup content is not accept while playback sahi script in IE browser
Hi Everyone,
FYI, I have problem in sahi script line:
_popup("Login")._setValue(_textbox("ali),"email_address");
Error Msessage shown in logs: Window/Domain not found: popupNameFromStep=Login;derivedName=;windowName=f84bb254025794;windowTitle=XDProxy#cb=f29ea3b2040dad&origin=http%3A%2F%2Flink%2Ff1eb12c2467390b&relation=parent&transport=flash&frame=f2d891caf398;wasOpened=0;domain=static.ak.fbcdn.net
script is working properly in all the browsers (mozilla, chrome & all) except IE, i am not able to understand why its happening in IE only.
FYI, I have problem in sahi script line:
_popup("Login")._setValue(_textbox("ali),"email_address");
Error Msessage shown in logs: Window/Domain not found: popupNameFromStep=Login;derivedName=;windowName=f84bb254025794;windowTitle=XDProxy#cb=f29ea3b2040dad&origin=http%3A%2F%2Flink%2Ff1eb12c2467390b&relation=parent&transport=flash&frame=f2d891caf398;wasOpened=0;domain=static.ak.fbcdn.net
script is working properly in all the browsers (mozilla, chrome & all) except IE, i am not able to understand why its happening in IE only.
Comments
Internet option=> Privacy=> turn off (Pop-up blocker)
When i playback script, it is
_click(_link("Login"));
_setValue(_textbox("ali"), "email address");
_setValue(_password("apwd"), "password");
Only 1st statement it will play & then it will show failure status having same reason as stated before, please rectify the same.
You seem to have some plugin on IE which is modifying the title of the page. According to your error statement, it is
Error Msessage shown in logs:
Window/Domain not found:
popupNameFromStep=Login;
derivedName=;
windowName=f84bb254025794;
windowTitle=XDProxy#cb=f29ea3b2040dad&origin=http%3A%2F%2Flink%2Ff1eb12c2467390b&relation=parent&transport=flash&frame=f2d891caf398;wasOpened=0;domain=static.ak.fbcdn.net
Why is your window title XDProxy etc. and not Login on IE?
Regards,
Narayan