org.openqa.selenium.firefox
Class FirefoxLauncher

java.lang.Object
  extended by org.openqa.selenium.firefox.FirefoxLauncher

public class FirefoxLauncher
extends java.lang.Object


Constructor Summary
FirefoxLauncher(FirefoxBinary binary)
           
 
Method Summary
protected  void connectAndKill(int port)
          Deprecated. 
 void createBaseWebDriverProfile(FirefoxBinary binary, java.lang.String profileName, int port)
          Deprecated. 
static void main(java.lang.String[] args)
           
 FirefoxBinary startProfile(FirefoxProfile profile, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FirefoxLauncher

public FirefoxLauncher(FirefoxBinary binary)
Method Detail

main

public static void main(java.lang.String[] args)

startProfile

public FirefoxBinary startProfile(FirefoxProfile profile,
                                  int port)
                           throws java.io.IOException
Throws:
java.io.IOException

createBaseWebDriverProfile

@Deprecated
public void createBaseWebDriverProfile(FirefoxBinary binary,
                                                  java.lang.String profileName,
                                                  int port)
Deprecated. 


connectAndKill

@Deprecated
protected void connectAndKill(int port)
Deprecated. 



Copyright © 2009. All Rights Reserved.