# File selenium.rb, line 310
        def fire_event(locator,eventName)
            do_command("fireEvent", [locator,eventName,])
        end