An NDoc Documented Class Library

DefaultSelenium.FireEvent Method 

Explicitly simulate an event, to trigger the corresponding "onevent" handler.

public void FireEvent(
   string locator,
   string eventName
);

Parameters

locator
an element locator
eventName
the event name, e.g. "focus" or "blur"

Implements

ISelenium.FireEvent

See Also

DefaultSelenium Class | Selenium Namespace