18 January 2026:


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

deveshdevesh Members
edited May 2011 in Sahi - Open Source
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.

Comments

  • narayannarayan Administrators
    May be popup blocker is preventing the popup?
  • It is set as turn off pop up blocker.

    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.
  • narayannarayan Administrators
    Hi Devesh,

    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
Sign In or Register to comment.