Interface SupportsCalendarAccessAuthorizedOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsCalendarAccessAuthorizedOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault TEnable calendar access on IOS Simulator.Get whether to enable calendar access on IOS Simulator.default TsetCalendarAccessAuthorized(boolean value) Set this to true if you want to enable calendar access on IOS Simulator with given bundleId.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
-
CALENDAR_ACCESS_AUTHORIZED_OPTION
- See Also:
-
-
Method Details
-
calendarAccessAuthorized
Enable calendar access on IOS Simulator.- Returns:
- self instance for chaining.
-
setCalendarAccessAuthorized
Set this to true if you want to enable calendar access on IOS Simulator with given bundleId. Set to false, if you want to disable calendar access on IOS Simulator with given bundleId. If not set, the calendar authorization status will not be set.- Parameters:
value- Whether to enable calendar access on IOS Simulator.- Returns:
- self instance for chaining.
-
doesCalendarAccessAuthorized
Get whether to enable calendar access on IOS Simulator.- Returns:
- True or false.
-