# File lib/selenium/client/legacy_driver.rb, line 203 203: def fire_event(locator,eventName) 204: remote_control_command("fireEvent", [locator,eventName,]) 205: end