/**
  * Simulate an event to trigger the corresponding "onEvent" handler.
  *
  * @param  string  $locator
  * @param  string  $eventName
  * @return string
  * @access public
  */
 public function fireEvent($locator, $eventName)
 {
     return $this->selenium->fireEvent($locator, $eventName);
 }