ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Actions.InvokeEvent(targetElement, eventType) method
Namespaces > ArtOfTest.WebAii.Core > Actions > InvokeEvent(Element, ScriptEventType)
Invoke an event on the target element.
Syntax
C#
public virtual void InvokeEvent (
	Element targetElement,
	ScriptEventType eventType
)
Parameters
targetElement (Element)
The target element.
eventType (ScriptEventType)
Event type.

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)