public interface SupportsBootstrapRootOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
BOOTSTRAP_ROOT_OPTION |
Modifier and Type | Method and Description |
---|---|
default java.util.Optional<java.lang.String> |
getBootstrapRoot()
Get the full path to WebDriverAgentMac root folder where Xcode project
of the server sources lives.
|
default T |
setBootstrapRoot(java.lang.String path)
The full path to WebDriverAgentMac root folder where Xcode project
of the server sources lives.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge
amend, setCapability
static final java.lang.String BOOTSTRAP_ROOT_OPTION
default T setBootstrapRoot(java.lang.String path)
path
- The full path to WebDriverAgentMac root folder.default java.util.Optional<java.lang.String> getBootstrapRoot()