18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
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 script directories
Is there a way to have multiple script directories from the Script directory drop down list ?
Comments
go to /sahi/config.
open sahi.properties with any text editor.
you will find a variable:
scripts.dir=../scripts;
to add new directory simply add the path after semicolon.. you can add as many as you want.
eg. if I have a directory "abc" in sahi folder than i can add it like:
scripts.dir=../scripts;../abc;
Regards,
pankaj