AgentClass is the class for the 4Test agent, the component of Silk Test Classic that interacts with the graphical user interface.
AgentClass has a predefined identifier, Agent. To call a method of the AgentClass, use this syntax:
Agent.method()
AgentClass does not derive from any class, and no classes derive from it.
AgentClass has the following methods and properties: