Testing_Selenium::fireEvent
Explicitly simulate an event, to trigger the corresponding "on<i>event</i>" handler.
Signature
public function fireEvent(string
$locator,
string
$eventName )
Parameters
-
$locator
- an element locator
-
$eventName
- the event name, e.g. "focus" or "blur"