DefaultSelenium FireEvent Method WebDriver
Explicitly simulate an event, to trigger the corresponding "onevent" handler.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public void FireEvent(
	string locator,
	string eventName
)

Implements

ISelenium FireEvent(String, String)
See Also