C# Class OpenQA.Selenium.Remote.HttpCommandExecutor.CommandInfo

Provides a way to get information from the command
Afficher le fichier Open project: epall/selenium

Méthodes publiques

Méthode Description
CommandInfo ( string method, string targetUrl ) : System

Initializes a new instance of the CommandInfo class

CreateWebRequest ( Uri baseUri, Command commandToExecute ) : HttpWebRequest

Creates a webrequest for your command

Private Methods

Méthode Description
GetCommandPropertyValue ( string propertyName, Command commandToExecute ) : string

Method Details

CommandInfo() public méthode

Initializes a new instance of the CommandInfo class
public CommandInfo ( string method, string targetUrl ) : System
method string Method of the Command
targetUrl string Url the command will be executed against
Résultat System

CreateWebRequest() public méthode

Creates a webrequest for your command
public CreateWebRequest ( Uri baseUri, Command commandToExecute ) : HttpWebRequest
baseUri System.Uri Uri that will have the command run against
commandToExecute Command Command to execute
Résultat System.Net.HttpWebRequest