C# 클래스 OpenQA.Selenium.Safari.SafariDriverConnection

Represents a connection to an instance of the Safari browser.
파일 보기 프로젝트 열기: krosenvold/selenium-git-release-candidate 1 사용 예제들

공개 메소드들

메소드 설명
SafariDriverConnection ( IWebSocketConnection connection ) : System

Initializes a new instance of the SafariDriverConnection class.

Send ( Command command ) : OpenQA.Selenium.Remote.Response

Sends a command to the SafariDriver and waits for a response.

비공개 메소드들

메소드 설명
ConnectionClosedEventHandler ( object sender, OpenQA.Selenium.Safari.Internal.ConnectionEventArgs e ) : void
ConnectionMessageReceivedEventHandler ( object sender, OpenQA.Selenium.Safari.Internal.TextMessageHandledEventArgs e ) : void
GetQueuedResponse ( ) : OpenQA.Selenium.Remote.Response
WaitForResponse ( System.TimeSpan timeout ) : OpenQA.Selenium.Remote.Response

메소드 상세

SafariDriverConnection() 공개 메소드

Initializes a new instance of the SafariDriverConnection class.
public SafariDriverConnection ( IWebSocketConnection connection ) : System
connection IWebSocketConnection An representing a /// connection using the WebSockets protocol.
리턴 System

Send() 공개 메소드

Sends a command to the SafariDriver and waits for a response.
public Send ( Command command ) : OpenQA.Selenium.Remote.Response
command OpenQA.Selenium.Remote.Command The to send to the driver.
리턴 OpenQA.Selenium.Remote.Response