Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

30 total results found

14. Hll class (version 1.4.0)

ESSO ESSO Scripting Language

Introduction The Hll class gives the script engine access to Hll terminal emulators. When a hll pattern matches the emulator screen, a hll object of class Hll will be crated and can be used by the action script. Attributes sessionId strin...

Soffid
3
ESSO
Examples

User access

ESSO ESSO Manual

Esso Options On a host with ESSO installed an icon with the Soffid Logo will appear on the Windows taskbar. If the user clicks on the mouse's right button it will be able to do some different actions. Login Allows you to open an ESSO session. In order to ...

Soffid
3
ESSO

ESSO Installation

ESSO

Introduction Here you can find the details about the ESSO installation. Supported platforms Soffid ESSO supports Windows XP or later workstations. Interactive installation To install Soffid ESSO, you must follow these steps: Download the latest availab...

Soffid
3
ESSO
Install

1. Global functions

ESSO ESSO Scripting Language

Global functions can be used in an action element: debug text: string Sends a message to the debug console. sleep millis: int Stops script execution for the specified milliseconds. Never stops the execution of the applicat...

Soffid
3
ESSO
Examples

ESSO Scripting examples

ESSO ESSO Scripting Language

1. Run an application like notepad exec ("notepad.exe"); 2. Automatic application update if (SystemInfo.os == "Linux") { exec ("(mkdir /tmp/google-chrome-updates && " + " wget -O /tmp/google-chrome-updates/google-chrome-stable_current_amd64.deb " +...

Soffid
3
ESSO
Examples

Configuring Rules for Single Sign On

ESSO ESSO Configuring Rules for Single Sign On

Configuring Single Sign-on User interface pattern recognition Web interfaces pattern recognition Configuring rules for basic / kerberos authentication SSO system is configured based on the detection of administrator defined User Interface patterns....

Soffid
3
ESSO
SSO