Uses of Class
org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher

Packages that use AbstractBrowserLauncher
org.openqa.selenium.server.browserlaunchers   
 

Uses of AbstractBrowserLauncher in org.openqa.selenium.server.browserlaunchers
 

Subclasses of AbstractBrowserLauncher in org.openqa.selenium.server.browserlaunchers
 class CustomBrowserLauncher
          Runs the specified command path to start the browser, and kills the process to quit.
 class Firefox2Launcher
           
 class Firefox3Launcher
           
 class FirefoxChromeLauncher
           
 class FirefoxCustomProfileLauncher
           
 class GoogleChromeLauncher
          Browser launcher for Google Chrome.
 class InternetExplorerCustomProxyLauncher
           
 class KonquerorLauncher
           
 class OperaCustomProfileLauncher
           
 class ProxyInjectionFirefoxCustomProfileLauncher
          launcher for Firefox under proxy injection mode

In proxy injection mode, the selenium server is a proxy for all traffic from the browser, not just traffic going to selenium-server URLs.

 class ProxyInjectionInternetExplorerCustomProxyLauncher
          launcher for IE under proxy injection mode

In proxy injection mode, the selenium server is a proxy for all traffic from the browser, not just traffic going to selenium-server URLs.

 class ProxyInjectionSafariCustomProfileLauncher
          launcher for Safari under proxy injection mode

In proxy injection mode, the selenium server is a proxy for all traffic from the browser, not just traffic going to selenium-server URLs.

 class SafariCustomProfileLauncher
           
 class SafariFileBasedLauncher
           
 



Copyright © 2012. All Rights Reserved.