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.

Running Sahi on remote PC through ctrl + alt + dbl click

mrkkhattakmrkkhattak Members
edited November -1 in Sahi - Open Source
I want to run Sahi scripts on a remote intranet deployment.

To start Sahi scripts we need to send 'ctrl + alt + dbl click' but when we are using vnc, gotomypc and other such remote PC applications we are not able to send ctrl + alt.

In such a situation how could we start Sahi?

Thanks,
-Meraj

Comments

  • narayannarayan Administrators
    Meraj,

    I wish I had attempted to answer this before the release, because I found a bug.

    To bring up the controller without using ctrl alt dblclick, you need to do this:

    1) Open sahi/htdocs/spr/launch.htm
    Modify the function launch, to look like this:
        function launch(e){
            // sahiOpenWin(e); // old line
            _sahi.openWin(e);  // new line.
            location.href=document.f1.t1.value;
            return false;
        }
    

    2) Navigate to http://yourtesturldomain/_s_/spr/launch.htm . Enter http://yourtesturldomain in the box and click "Go"

    This is a very crude way of doing it, but it should bring up the controller. If you have other ideas, please let us know.

    Regards,
    Narayan
  • gligogligo Members
    Hi,
    I tried this solution but by me doesn't come, is there any other way?
Sign In or Register to comment.