org.openqa.selenium.firefox.internal
Class AbstractExtensionConnection
java.lang.Object
org.openqa.selenium.firefox.internal.AbstractExtensionConnection
- All Implemented Interfaces:
- ExtensionConnection
- Direct Known Subclasses:
- NewProfileExtensionConnection, RunningInstanceConnection
public abstract class AbstractExtensionConnection
- extends java.lang.Object
- implements ExtensionConnection
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractExtensionConnection
public AbstractExtensionConnection()
setAddress
protected void setAddress(java.lang.String host,
int port)
connectToBrowser
protected void connectToBrowser(long timeToWaitInMilliSeconds)
throws java.io.IOException
- Throws:
java.io.IOException
isConnected
public boolean isConnected()
- Specified by:
isConnected
in interface ExtensionConnection
sendMessageAndWaitForResponse
public Response sendMessageAndWaitForResponse(java.lang.Class<? extends java.lang.RuntimeException> throwOnFailure,
Command command)
- Specified by:
sendMessageAndWaitForResponse
in interface ExtensionConnection
sendMessage
protected void sendMessage(Command command)
Copyright © 2010. All Rights Reserved.