Interface SupportsAllowProvisioningDeviceRegistrationOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsAllowProvisioningDeviceRegistrationOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault TAllows xcodebuild to register your destination device on the developer portal.Get whether to allow xcodebuild to register your destination device on the developer portal.default TsetAllowProvisioningDeviceRegistration(boolean value) Allow xcodebuild to register your destination device on the developer portal if necessary.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
-
ALLOW_PROVISIONING_DEVICE_REGISTRATION_OPTION
- See Also:
-
-
Method Details
-
allowProvisioningDeviceRegistration
Allows xcodebuild to register your destination device on the developer portal.- Returns:
- self instance for chaining.
-
setAllowProvisioningDeviceRegistration
Allow xcodebuild to register your destination device on the developer portal if necessary. Requires a developer account to have been added in Xcode's Accounts preference pane. Defaults to false.- Parameters:
value- Whether to allow xcodebuild to register your destination device on the developer portal.- Returns:
- self instance for chaining.
-
doesAllowProvisioningDeviceRegistration
Get whether to allow xcodebuild to register your destination device on the developer portal.- Returns:
- True or false.
-