C# Класс OpenQA.Selenium.Remote.CommandInfo

Provides the execution information for a DriverCommand.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
CommandInfo ( string method, string resourcePath ) : System

Initializes a new instance of the CommandInfo class

CreateWebRequest ( Uri baseUri, Command commandToExecute ) : HttpWebRequest

Creates a webrequest for your command

Приватные методы

Метод Описание
GetCommandPropertyValue ( string propertyName, Command commandToExecute ) : string

Описание методов

CommandInfo() публичный Метод

Initializes a new instance of the CommandInfo class
public CommandInfo ( string method, string resourcePath ) : System
method string Method of the Command
resourcePath string Relative URL path to the resource used to execute the command
Результат System

CreateWebRequest() публичный Метод

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
Результат System.Net.HttpWebRequest