Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Releases all resources used by the SafariDriverCommandExecutor.
|
|
Execute ( |
Executes a command
|
|
SafariDriverCommandExecutor ( int port ) : System |
Initializes a new instance of the SafariDriverCommandExecutor class.
|
|
SafariDriverCommandExecutor ( int port, string safariLocation ) : System |
Initializes a new instance of the SafariDriverCommandExecutor class.
|
|
Start ( ) : void |
Starts the command executor.
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases all resources associated with this SafariDriverCommandExecutor.
|
Метод | Описание | |
---|---|---|
CloseSafariProcess ( ) : void | ||
DeleteConnectFile ( ) : void | ||
GetDefaultSafariLocation ( ) : string | ||
LaunchSafariProcess ( string initialPage ) : void | ||
PrepareConnectFile ( ) : string |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public Execute ( |
||
commandToExecute | The command you wish to execute | |
Результат | OpenQA.Selenium.Remote.Response |
public SafariDriverCommandExecutor ( int port ) : System | ||
port | int | The port on which the executor communicates with the extension. |
Результат | System |
public SafariDriverCommandExecutor ( int port, string safariLocation ) : System | ||
port | int | The port on which the executor communicates with the extension. |
safariLocation | string | The location of the Safari executable |
Результат | System |