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.

how can i edit, update, debug script in (sahi OS)

sanjaykumar5115sanjaykumar5115 Members
edited November -1 in Sahi - Open Source
Hi,

i am very new to Sahi and currently using sahi (OS) version. can any tells me how i edit, debug sahi script

Comments

  • Use logs hyperlink present on OS Dashboard - check the report
  • Hi,

    Sahi scripts are generated as .sah files which are stored in the userdata/scripts directory of your Sahi installation. You can use a normal text editor like notepad or notepad++(preferred). You can also use eclipse for this purpose if you are working on a large project. For debugging the scripts you need to run the scripts and check the logs for the error. The red lines in the log are the lines that failed. Clicking on the line will take you to the line of code in the actual script.

    Thanks,
    Vivek
  • hi vvdwivedi

    is there Any difference Using Sahi in Notepadd++ And Eclipse
  • If you want to use Sahi in an IDE, I can really recommend IntelliJ Community Edition. It has a great Javascript Support and is very flexible in defining external Tools

    Regards
    Wormi
Sign In or Register to comment.