public abstract class Driver extends Object
| Constructor and Description |
|---|
Driver() |
| Modifier and Type | Method and Description |
|---|---|
static Driver |
createAndInstall(Map<String,String> env,
Boolean installBrowsers) |
ProcessBuilder |
createProcessBuilder() |
protected abstract Path |
driverDir() |
Path |
driverPath() |
static Driver |
ensureDriverInstalled(Map<String,String> env,
Boolean installBrowsers) |
protected abstract void |
initialize(Boolean installBrowsers) |
protected static void |
logMessage(String message) |
public static Driver ensureDriverInstalled(Map<String,String> env, Boolean installBrowsers)
protected abstract void initialize(Boolean installBrowsers) throws Exception
Exceptionpublic Path driverPath()
public ProcessBuilder createProcessBuilder()
public static Driver createAndInstall(Map<String,String> env, Boolean installBrowsers)
protected abstract Path driverDir()
protected static void logMessage(String message)
Copyright © 2022. All rights reserved.