Interface SupportsCalendarFormatOption<T extends BaseOptions<T>>
- All Superinterfaces:
CanSetCapability<T>,org.openqa.selenium.Capabilities,Serializable
- All Known Implementing Classes:
XCUITestOptions
public interface SupportsCalendarFormatOption<T extends BaseOptions<T>>
extends org.openqa.selenium.Capabilities, CanSetCapability<T>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGet calendar format to set for the iOS Simulator.default TsetCalendarFormat(String format) Set calendar format for the iOS Simulator.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_FORMAT_OPTION
- See Also:
-
-
Method Details
-
setCalendarFormat
Set calendar format for the iOS Simulator.- Parameters:
format- Calendar format to set for the iOS Simulator.- Returns:
- self instance for chaining.
-
getCalendarFormat
Get calendar format to set for the iOS Simulator.- Returns:
- Calendar format.
-