C# 클래스 Selenium.Core.RemoteServer

파일 보기 프로젝트 열기: florentbr/SeleniumBasic 1 사용 예제들

공개 메소드들

메소드 설명
GetSessions ( ) : List

Returns a list of the currently active sessions.

GetStatus ( ) : Dictionary

Query the server's current status.

Send ( RequestMethod method, string relativeUri ) : Dictionary

Sends a request to the server

Send ( RequestMethod method, string relativeUri, Dictionary param ) : Dictionary

Sends a requests with parameters to the server

SendAgain ( ) : Dictionary

Execute again the previous execution

ShutDown ( ) : void

보호된 메소드들

메소드 설명
SendRequest ( RequestMethod method, string uri, JSON data ) : Dictionary

비공개 메소드들

메소드 설명
CreateHttpWebRequest ( RequestMethod method, string url, JSON data ) : HttpWebRequest
FormatRequestMethod ( RequestMethod method ) : string
GetHttpWebResponseContent ( HttpWebResponse response ) : Dictionary
IsJsonResponse ( WebResponse response ) : bool
RemoteServer ( string serverAddress, bool isLocal, int timeout ) : Selenium.Serializer

메소드 상세

GetSessions() 공개 메소드

Returns a list of the currently active sessions.
public GetSessions ( ) : List
리턴 List

GetStatus() 공개 메소드

Query the server's current status.
public GetStatus ( ) : Dictionary
리턴 Dictionary

Send() 공개 메소드

Sends a request to the server
public Send ( RequestMethod method, string relativeUri ) : Dictionary
method RequestMethod
relativeUri string
리턴 Dictionary

Send() 공개 메소드

Sends a requests with parameters to the server
public Send ( RequestMethod method, string relativeUri, Dictionary param ) : Dictionary
method RequestMethod
relativeUri string
param Dictionary
리턴 Dictionary

SendAgain() 공개 메소드

Execute again the previous execution
public SendAgain ( ) : Dictionary
리턴 Dictionary

SendRequest() 보호된 메소드

protected SendRequest ( RequestMethod method, string uri, JSON data ) : Dictionary
method RequestMethod
uri string
data JSON
리턴 Dictionary

ShutDown() 공개 메소드

public ShutDown ( ) : void
리턴 void