org.openqa.selenium.server.browserlaunchers
Class FirefoxCustomProfileLauncher

java.lang.Object
  extended by org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
      extended by org.openqa.selenium.server.browserlaunchers.FirefoxCustomProfileLauncher
All Implemented Interfaces:
BrowserLauncher
Direct Known Subclasses:
ProxyInjectionFirefoxCustomProfileLauncher

public class FirefoxCustomProfileLauncher
extends AbstractBrowserLauncher


Field Summary
protected  boolean proxySeleniumTrafficOnly
           
 
Fields inherited from class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
sessionId
 
Constructor Summary
FirefoxCustomProfileLauncher(int port, java.lang.String sessionId)
           
FirefoxCustomProfileLauncher(int port, java.lang.String sessionId, java.lang.String browserLaunchLocation)
           
 
Method Summary
 void close()
          Stop (kill) the browser process
protected  void init()
           
protected  void launch(java.lang.String url)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
launchHTMLSuite, launchRemoteSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxySeleniumTrafficOnly

protected boolean proxySeleniumTrafficOnly
Constructor Detail

FirefoxCustomProfileLauncher

public FirefoxCustomProfileLauncher(int port,
                                    java.lang.String sessionId)

FirefoxCustomProfileLauncher

public FirefoxCustomProfileLauncher(int port,
                                    java.lang.String sessionId,
                                    java.lang.String browserLaunchLocation)
Method Detail

init

protected void init()

launch

protected void launch(java.lang.String url)
Specified by:
launch in class AbstractBrowserLauncher

close

public void close()
Description copied from interface: BrowserLauncher
Stop (kill) the browser process


main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 null. All Rights Reserved.