Interface SupportsBootstrapRootOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
Mac2Options
public interface SupportsBootstrapRootOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet the full path to WebDriverAgentMac root folder where Xcode project of the server sources lives.default TsetBootstrapRoot(String path) The full path to WebDriverAgentMac root folder where Xcode project of the server sources lives.Methods inherited from interface io.appium.java_client.remote.options.CanSetCapability
amend, setCapabilityMethods inherited from interface org.openqa.selenium.Capabilities
asMap, get, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, merge, required
-
Field Details
-
BOOTSTRAP_ROOT_OPTION
- See Also:
-
-
Method Details
-
setBootstrapRoot
The full path to WebDriverAgentMac root folder where Xcode project of the server sources lives. By default, this project is located in the same folder where the corresponding driver Node.js module lives.- Parameters:
path- The full path to WebDriverAgentMac root folder.- Returns:
- self instance for chaining.
-
getBootstrapRoot
Get the full path to WebDriverAgentMac root folder where Xcode project of the server sources lives.- Returns:
- The full path to WebDriverAgentMac root folder.
-