org.openqa.selenium.server.browserlaunchers
Class KonquerorLauncher
java.lang.Object
org.openqa.selenium.server.browserlaunchers.AbstractBrowserLauncher
org.openqa.selenium.server.browserlaunchers.KonquerorLauncher
- All Implemented Interfaces:
- BrowserLauncher
public class KonquerorLauncher
- extends AbstractBrowserLauncher
Method Summary |
void |
close()
Stop (kill) the browser process |
protected void |
exec(String command)
|
Process |
getProcess()
Returns a process if there is an associated one running with this browser launcher (this is not required to be implementd). |
protected void |
launch(String url)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KonquerorLauncher
public KonquerorLauncher(Capabilities browserOptions,
RemoteControlConfiguration configuration,
String sessionId,
String browserLaunchLocation)
launch
protected void launch(String url)
- Specified by:
launch
in class AbstractBrowserLauncher
close
public void close()
- Description copied from interface:
BrowserLauncher
- Stop (kill) the browser process
getProcess
public Process getProcess()
- Description copied from interface:
BrowserLauncher
- Returns a process if there is an associated one running with this browser launcher (this is not required to be implementd).
- Returns:
- a handle to a process if one is available, or null if one is not available or if no browser is running
exec
protected void exec(String command)
Copyright © 2011. All Rights Reserved.