org.openqa.selenium.firefox.internal
Class NewProfileExtensionConnection

java.lang.Object
  extended by org.openqa.selenium.firefox.internal.AbstractExtensionConnection
      extended by org.openqa.selenium.firefox.internal.NewProfileExtensionConnection
All Implemented Interfaces:
ExtensionConnection

public class NewProfileExtensionConnection
extends AbstractExtensionConnection


Constructor Summary
NewProfileExtensionConnection(Lock lock, FirefoxBinary binary, FirefoxProfile profile, java.lang.String host)
           
 
Method Summary
protected  void connectToBrowser(long timeToWaitInMilliSeconds)
           
protected  int determineNextFreePort(java.lang.String host, int port)
           
 void quit()
           
 
Methods inherited from class org.openqa.selenium.firefox.internal.AbstractExtensionConnection
isConnected, sendMessage, sendMessageAndWaitForResponse, setAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewProfileExtensionConnection

public NewProfileExtensionConnection(Lock lock,
                                     FirefoxBinary binary,
                                     FirefoxProfile profile,
                                     java.lang.String host)
                              throws java.io.IOException
Throws:
java.io.IOException
Method Detail

connectToBrowser

protected void connectToBrowser(long timeToWaitInMilliSeconds)
                         throws java.io.IOException
Overrides:
connectToBrowser in class AbstractExtensionConnection
Throws:
java.io.IOException

determineNextFreePort

protected int determineNextFreePort(java.lang.String host,
                                    int port)
                             throws java.io.IOException
Throws:
java.io.IOException

quit

public void quit()


Copyright © 2010. All Rights Reserved.