# File selenium.rb, line 487
        def type(locator,value)
            do_command("type", [locator,value,])
        end