Uses of Class
org.openqa.selenium.firefox.FirefoxBinary

Packages that use FirefoxBinary
org.openqa.selenium.firefox   
org.openqa.selenium.firefox.internal   
 

Uses of FirefoxBinary in org.openqa.selenium.firefox
 

Methods in org.openqa.selenium.firefox that return FirefoxBinary
 FirefoxBinary FirefoxLauncher.startProfile(FirefoxProfile profile, int port)
           
 

Methods in org.openqa.selenium.firefox with parameters of type FirefoxBinary
protected  ExtensionConnection FirefoxDriver.connectTo(FirefoxBinary binary, FirefoxProfile profile, java.lang.String host)
           
 void FirefoxLauncher.createBaseWebDriverProfile(FirefoxBinary binary, java.lang.String profileName, int port)
          Deprecated. 
 

Constructors in org.openqa.selenium.firefox with parameters of type FirefoxBinary
FirefoxDriver(FirefoxBinary binary, FirefoxProfile profile)
           
FirefoxLauncher(FirefoxBinary binary)
           
 

Uses of FirefoxBinary in org.openqa.selenium.firefox.internal
 

Methods in org.openqa.selenium.firefox.internal with parameters of type FirefoxBinary
static ExtensionConnection ExtensionConnectionFactory.connectTo(FirefoxBinary binary, FirefoxProfile profile, java.lang.String host)
           
 

Constructors in org.openqa.selenium.firefox.internal with parameters of type FirefoxBinary
NewProfileExtensionConnection(Lock lock, FirefoxBinary binary, FirefoxProfile profile, java.lang.String host)
           
 



Copyright © 2009. All Rights Reserved.