org.openqa.selenium.firefox
Interface ExtensionConnection

All Known Implementing Classes:
AbstractExtensionConnection, NewProfileExtensionConnection, RunningInstanceConnection

public interface ExtensionConnection


Method Summary
 boolean isConnected()
           
 void quit()
           
 Response sendMessageAndWaitForResponse(java.lang.Class<? extends java.lang.RuntimeException> throwOnFailure, Command command)
           
 

Method Detail

isConnected

boolean isConnected()

sendMessageAndWaitForResponse

Response sendMessageAndWaitForResponse(java.lang.Class<? extends java.lang.RuntimeException> throwOnFailure,
                                       Command command)

quit

void quit()


Copyright © 2009. All Rights Reserved.