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