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