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)
           
 void createBaseWebDriverProfile()
           
 void createBaseWebDriverProfile(java.lang.String profileName)
           
 void createBaseWebDriverProfile(java.lang.String profileName, int port)
           
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)
                 throws java.io.IOException
Throws:
java.io.IOException

createBaseWebDriverProfile

public void createBaseWebDriverProfile()
                                throws java.io.IOException
Throws:
java.io.IOException

createBaseWebDriverProfile

public void createBaseWebDriverProfile(java.lang.String profileName)
                                throws java.io.IOException
Throws:
java.io.IOException

createBaseWebDriverProfile

public void createBaseWebDriverProfile(java.lang.String profileName,
                                       int port)
                                throws java.io.IOException
Throws:
java.io.IOException

connectAndKill

protected void connectAndKill(int port)

startProfile

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


Copyright © 2009. All Rights Reserved.