public class SeleniumServer extends Object implements GridNodeServer
| Constructor and Description |
|---|
SeleniumServer(int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
boot() |
int |
getRealPort() |
static void |
main(String[] argv) |
void |
setBrowserTimeout(int browserTimeout) |
void |
setSessionTimeout(int timeout) |
void |
setThreadCount(int threadCount) |
void |
stop()
Stops the Jetty server
|
static void |
usage(String msg) |
public int getRealPort()
getRealPort in interface GridNodeServerpublic void setThreadCount(int threadCount)
public void setBrowserTimeout(int browserTimeout)
public void setSessionTimeout(int timeout)
public void boot()
boot in interface GridNodeServerpublic void stop()
stop in interface GridNodeServerpublic static void main(String[] argv)
public static void usage(String msg)
Copyright © 2016. All rights reserved.