public class ChromeLauncherConfiguration extends Object
| Constructor and Description |
|---|
ChromeLauncherConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
int |
getShutdownWaitTime()
Gets shutdown wait time in seconds.
|
int |
getStartupWaitTime()
Gets startup wait time.
|
int |
getThreadWaitTime()
Gets thread wait time in seconds.
|
void |
setShutdownWaitTime(int shutdownWaitTime)
Sets shutdown wait time in seconds.
|
void |
setStartupWaitTime(int startupWaitTime)
Sets startup wait time.
|
void |
setThreadWaitTime(int threadWaitTime)
Sets thread wait time in seconds.
|
public int getStartupWaitTime()
public void setStartupWaitTime(int startupWaitTime)
startupWaitTime - startup wait time in seconds.public int getShutdownWaitTime()
public void setShutdownWaitTime(int shutdownWaitTime)
shutdownWaitTime - the shutdown wait time in seconds.public int getThreadWaitTime()
public void setThreadWaitTime(int threadWaitTime)
threadWaitTime - the thread wait time in seconds.Copyright © 2020. All rights reserved.