_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 UFT event name.
eventObject
The event object for UFT to use.