@Deprecated public class SeleniumLauncher extends Object
Constructor and Description |
---|
SeleniumLauncher()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Runnable |
launchWebServer(String webAppFolder,
String contextPath,
int port,
int sslPort)
Deprecated.
Launches the web server to be tested.
|
void |
startup()
Deprecated.
|
public SeleniumLauncher()
protected Runnable launchWebServer(String webAppFolder, String contextPath, int port, int sslPort) throws Exception
webAppFolder
- path to the web application contextcontextPath
- the path the context is mapped to, usually the empty stringport
- the port number the server should handlesslPort
- the port number on which the server should handle secure requestsException
Copyright © 2003-2012 The Apache Software Foundation.