ConsoleClass is the class for consoles. ConsoleClass has a predefined identifier, Console.
To call a method of the ConsoleClass, use the following syntax:
Console.method()
To refer to a property of the ConsoleClass, use the following syntax:
Console.property
A hooking configuration is not required to use the ConsoleClass class. You can manually add calls and references to the ConsoleClass class to a script. The class is not recorded during the recording of a test.
This functionality is supported only if you are using the Open Agent.
ConsoleClass does not derive from any class; no classes derive from this class.
ConsoleClass has the following methods, functions, and properties: