Méthode | Description | |
---|---|---|
SafariDriverConnection ( IWebSocketConnection connection ) : System |
Initializes a new instance of the SafariDriverConnection class.
|
|
Send ( |
Sends a command to the SafariDriver and waits for a response.
|
Méthode | Description | |
---|---|---|
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 |
public SafariDriverConnection ( IWebSocketConnection connection ) : System | ||
connection | IWebSocketConnection | An |
Résultat | System |
public Send ( |
||
command | The |
|
Résultat | OpenQA.Selenium.Remote.Response |