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

Provides a way of executing Commands over HTTP
상속: ICommandExecutor
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( Command commandToExecute ) : Response

Executes a command

HttpCommandExecutor ( Uri addressOfRemoteServer, System.TimeSpan timeout ) : System

Initializes a new instance of the HttpCommandExecutor class

비공개 메소드들

메소드 설명
CreateResponse ( WebRequest request ) : Response
GetTextOfWebResponse ( HttpWebResponse webResponse ) : string

메소드 상세

Execute() 공개 메소드

Executes a command
public Execute ( Command commandToExecute ) : Response
commandToExecute Command The command you wish to execute
리턴 Response

HttpCommandExecutor() 공개 메소드

Initializes a new instance of the HttpCommandExecutor class
public HttpCommandExecutor ( Uri addressOfRemoteServer, System.TimeSpan timeout ) : System
addressOfRemoteServer System.Uri Address of the WebDriver Server
timeout System.TimeSpan The timeout within which the server must respond.
리턴 System