The requested page is not available for selected version.
InterfaceAction
Syntax
string InterfaceAction(string interface, string classname, string actionname)
Description
Get the action word that belong to an class
Parameters
interface
Name of the interface to which the element belongs.
classname
Name of an interface element class (like “edit” or “button”).
actionname
Logical name of an action (like “enter” or “click”).
Return Value
The low level action is returned that is defined in the Interface Definitions with respect to the logical action for the element class. If any of the parameters is not defined, a diagnostic is issued and an empty string is returned.