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.
JS library support
Does SAHI latest version support JQuery and Prototype ?
Comments
Yes it supports all the frameworks mentioned above. If you face any problems please let us know.
Regards,
Narayan
How can i call a function from other file into sahi script .
please let me know. suppose i have written one function and save in notepad as .js now i want to call this function into my sahi script ..what would be the steps
Couldn't you just put your function in a file called "functions.sah" then use _include() function?
// See below
_include("functions.sah");
_setValue(_textbox("username"));
:
yourfunction();
:
_click(_button("Close"));
RR
Just go through this post:
http://sahi.co.in/forums/viewtopic.php?id=429
Here you will get some idea how you can do it.
You can then use the variable $qual (in the post example) in _setValue() to set the value.
Revert back in case you need further assistance.
Regards,
Pankaj.
thats matching pattern is fine. But i want to print each name which is in name.txt file one by one from name.txt file. suppose there are 5 name in text file now i want to see each aame one by one throgh _alert function .
here is an example: The text file contents should look like: Regards,
Pankaj.