_util.FireEvent Method

Fires an event on the specified element.

Syntax

JScript
public function FireEvent( 
   element : Object,
   eventName : String,
   eventObject : Object
);

Parameters

element
The element on which to fire the event.
eventName
The OpenText Functional Testing event name.
eventObject
The event object to use.