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.
is _callServer deprecated?
Hi,
i'm trying to use _callServer which is documented in the API, but i get an error message "Cannot find function _callServer".
i'm trying to use _callServer which is documented in the API, but i get an error message "Cannot find function _callServer".
var $logfile = _callServer("net.sf.sahi.util.Utils.createLogFileName");
_debug('logfile is ' + typeof($logfile));
Gerhard
Comments
You can now do: I am using rhino's excellent capabilities to call java code from Sahi Script.
"Packages." needs to be prefixed to the class's fully qualified name, except for java's core classes (like java.io).