Class EventInfoFactory
A factory for creating IEventInfo to be passed to the FireEvent method of the Web test object.
public static class EventInfoFactory
- Inheritance
-
EventInfoFactory
- Inherited Members
Methods
CreateEventInfo(string)
Creates an event info for the given event type.
public static EventInfo CreateEventInfo(string type)
Parameters
Returns
Remarks
The event can be any HTML DOM event. For details, see http://www.w3schools.com/jsref/dom_obj_event.asp
CreateMouseEventInfo(MouseEventTypes)
Creates a mouse event info for the given mouse event type.
public static MouseEventInfo CreateMouseEventInfo(MouseEventTypes type)
Parameters
typeMouseEventTypesThe type of mouse event. Possible values: MouseEventTypes