public interface DriverConfiguration extends DriverConfigurationSpec
Interface for configuring webdrivers.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Provider<OperatingSystem.Arch> |
getArchitecture()Returns architecture. |
|
public Provider<File> |
getDriverFile()Location of the driver on disk. |
|
public Provider<java.util.Map<String, String>> |
getSystemPropertyProvider()Returns a provider for system properties that this driver can add to JVM tasks. |
|
public Provider<java.util.regex.Pattern> |
getVersionRegexp()Returns version regular expression |
| Methods inherited from class | Name |
|---|---|
interface DriverConfigurationSpec |
setVersion, setVersionRegexp, useLatestVersion |
interface DriverArchitectureSpec |
setArchitecture, setArchitecture, setArchitecture, setFallbackTo32Bit, setFallbackTo32Bit |
Returns architecture.
Location of the driver on disk.
Returns a provider for system properties that this driver can add to JVM tasks.
Returns version regular expression