|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrowserLauncher | |
---|---|
org.openqa.selenium.server | Provides the core Selenium Server classes. |
org.openqa.selenium.server.browserlaunchers | Provides classes to launch and kill browsers. |
Uses of BrowserLauncher in org.openqa.selenium.server |
---|
Methods in org.openqa.selenium.server that return types with arguments of type BrowserLauncher | |
---|---|
java.util.Map<java.lang.String,BrowserLauncher> |
SeleniumServer.getBrowserLaunchers()
Returns a map of session IDs and their associated browser launchers for all active sessions. |
java.util.Map<java.lang.String,BrowserLauncher> |
SeleniumDriverResourceHandler.getLaunchers()
|
Methods in org.openqa.selenium.server with parameters of type BrowserLauncher | |
---|---|
void |
SeleniumServer.registerBrowserLauncher(java.lang.String sessionId,
BrowserLauncher launcher)
Registers a running browser with a specific sessionID |
void |
SeleniumDriverResourceHandler.registerBrowserLauncher(java.lang.String sessionId,
BrowserLauncher launcher)
|
Uses of BrowserLauncher in org.openqa.selenium.server.browserlaunchers |
---|
Classes in org.openqa.selenium.server.browserlaunchers that implement BrowserLauncher | |
---|---|
class |
AbstractBrowserLauncher
Runs the specified command path to start the browser, and kills the process to quit. |
class |
DestroyableRuntimeExecutingBrowserLauncher
Runs the specified command path to start the browser, and kills the process to quit. |
class |
FirefoxChromeLauncher
|
class |
FirefoxCustomProfileLauncher
|
class |
HTABrowserLauncher
|
class |
InternetExplorerCustomProxyLauncher
|
class |
KonquerorLauncher
|
class |
MockBrowserLauncher
|
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 |
SafariCustomProfileLauncher
|
Methods in org.openqa.selenium.server.browserlaunchers that return BrowserLauncher | |
---|---|
BrowserLauncher |
BrowserLauncherFactory.getBrowserLauncher(java.lang.String browser,
java.lang.String sessionId)
Returns the browser given by the specified browser string |
Method parameters in org.openqa.selenium.server.browserlaunchers with type arguments of type BrowserLauncher | |
---|---|
static void |
BrowserLauncherFactory.addBrowserLauncher(java.lang.String browser,
java.lang.Class<? extends BrowserLauncher> clazz)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |