public interface ExtensionConnection
extends org.openqa.selenium.remote.CommandExecutor, org.openqa.selenium.logging.NeedsLocalLogs
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getAddressOfRemoteServer() |
boolean |
isConnected() |
void |
quit()
Terminates the connection.
|
void |
start()
Establishes a connection to the extension.
|
void start()
throws java.io.IOException
java.io.IOException - If an I/O error occurs.boolean isConnected()
void quit()
java.net.URI getAddressOfRemoteServer()