public interface Launcher
| 限定符和类型 | 字段和说明 |
|---|---|
static Environment |
env |
| 限定符和类型 | 方法和说明 |
|---|---|
Browser |
connect(BrowserOptions options,
String browserWSEndpoint,
String browserURL,
ConnectionTransport transport) |
void |
defaultArgs(ChromeArgOptions options,
List<String> chromeArguments) |
String |
executablePath() |
Browser |
launch(LaunchOptions options) |
String |
resolveExecutablePath(String chromeExecutable) |
static final Environment env
Browser launch(LaunchOptions options) throws IOException
IOExceptionvoid defaultArgs(ChromeArgOptions options, List<String> chromeArguments)
String resolveExecutablePath(String chromeExecutable) throws IOException
IOExceptionBrowser connect(BrowserOptions options, String browserWSEndpoint, String browserURL, ConnectionTransport transport)
String executablePath() throws IOException
IOExceptionCopyright © 2020. All rights reserved.