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