C# 클래스 OpenQA.Selenium.Remote.HttpCommandExecutor.CommandInfo

Provides a way to get information from the command
파일 보기 프로젝트 열기: epall/selenium

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetCommandPropertyValue ( string propertyName, Command commandToExecute ) : string

메소드 상세

CommandInfo() 공개 메소드

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
리턴 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