C# Class OpenQA.Selenium.Remote.Server.CommandHandlers.AddCookieHandler

Provides the handler for the DriverCommand.AddCookie command.
Inheritance: WebDriverCommandHandler
显示文件 Open project: jimevans/strontium

Public Methods

Method Description
AddCookieHandler ( string>.Dictionary locatorParameters, object>.Dictionary parameters ) : System

Initializes a new instance of the AddCookieHandler class.

Execute ( ) : object

Adds a cookie to the current driver.

ToString ( ) : string

Returns a string representing the description of this CommandHandler.

Private Methods

Method Description
ProcessCookieParameter ( object>.Dictionary rawCookie ) : Cookie

Method Details

AddCookieHandler() public method

Initializes a new instance of the AddCookieHandler class.
public AddCookieHandler ( string>.Dictionary locatorParameters, object>.Dictionary parameters ) : System
locatorParameters string>.Dictionary A containing the parameters used to match a resource in the URL.
parameters object>.Dictionary A containing the parameters used to operate on the resource.
return System

Execute() public method

Adds a cookie to the current driver.
public Execute ( ) : object
return object

ToString() public method

Returns a string representing the description of this CommandHandler.
public ToString ( ) : string
return string