org.openqa.selenium.firefox
Interface ExtensionConnection

All Superinterfaces:
CommandExecutor
All Known Implementing Classes:
NewProfileExtensionConnection

public interface ExtensionConnection
extends CommandExecutor

Represents a connection with the FirefoxDriver browser extension.


Method Summary
 boolean isConnected()
           
 void quit()
          Terminates the connection.
 void start()
          Establishes a connection to the extension.
 
Methods inherited from interface org.openqa.selenium.remote.CommandExecutor
execute
 

Method Detail

start

void start()
           throws java.io.IOException
Establishes a connection to the extension.

Throws:
java.io.IOException - If an I/O error occurs.

isConnected

boolean isConnected()
Returns:
Whether the extension is reachable and accepting requests.

quit

void quit()
Terminates the connection.



Copyright © 2011. All Rights Reserved.