# File lib/selenium/client/legacy_driver.rb, line 1492
        def delete_cookie(name,optionsString)
            remote_control_command("deleteCookie", [name,optionsString,])
        end