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.

Sahi script on remote machine using java

hemantjadhavhemantjadhav Members
edited August 2014 in Sahi Pro
Hi Narayan,

I am using SahiPro and trying to run scripts using java in which i have succeeded.
Now, I wanted to run the java code on remote machine; can you help me in this?

Thanks,
Hemant

Answers

  • I have tried using browser(browsername, host, port) and sahi.bat was running on remote machine still not able to achieve.
  • Hi I could run sahi test case using java on remote machine using following constructor of Browser,

    Browser browser = new browser("firefox/Chrome/ie", "RemoteMachineIP", 9999);

    Thanks,
    Hemant
Sign In or Register to comment.