# File lib/selenium/client/legacy_driver.rb, line 1474
        def create_cookie(nameValuePair,optionsString)
            remote_control_command("createCookie", [nameValuePair,optionsString,])
        end