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.

multiple parent/child popups [popup on popup]

ripuripu Members
edited November -1 in Sahi - Open Source
Hi can sahi handle multiple popup; popup on popup. I have a link when clicked it open up a popup and it has another link when clicked it open up another pop up. It is a parent child hierarchy of 4/5 windows. It got recorded correctly but when I try to execution it stops with message "--Stopped Playback: FAILURE-- "

Does anyone have any pointers?

Comments

  • narayannarayan Administrators
    Close the controller. Reopen by alt-dbl clicking on the base window. And play back again. With so many popups, the controller may not reflect all the steps. The logs should give a better picture.
  • ripuripu Members
    It a sahi not my window error. do we have any workaround?
  • Have you looked in the logs?

    I also recommend you do your testing in Firefox with Firebug installed. It makes it easy to see where the script error is by clicking on the red link in the browser status bar.

    Firebug will put a red link that say something like "2 Errors". Click on that and it will show you what the error is.
  • ripuripu Members
    _popup("Media Asset Management")._click(_link("123.jpg")); SahiNotMyWindowException: Window with name [Media Asset Management] not found
    No trace available


    This is what I get. Still not able to resolve
  • ripuripu Members
    Any comments on this. Can I achive this using sahi or not ?
Sign In or Register to comment.