An NDoc Documented Class Library

ISelenium.FireEvent Method 

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

void FireEvent(
   string locator,
   string eventName
);

Parameters

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

See Also

ISelenium Interface | Selenium Namespace