Explicitly simulate an event, to trigger the corresponding "onevent"
handler.
Namespace: SeleniumAssembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- locator
- Type:
System String
an element locator
- eventName
- Type:
System String
the event name, e.g. "focus" or "blur"
Implements
ISelenium FireEvent(String, String)See Also