# File lib/selenium/openqa/selenium.rb, line 311
        def fire_event(locator,eventName)
            do_command("fireEvent", [locator,eventName,])
        end