public interface SupportsCalendarFormatOption<T extends BaseOptions<T>> extends org.openqa.selenium.Capabilities, CanSetCapability<T>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CALENDAR_FORMAT_OPTION |
| Modifier and Type | Method and Description |
|---|---|
default java.util.Optional<java.lang.String> |
getCalendarFormat()
Get calendar format to set for the iOS Simulator.
|
default T |
setCalendarFormat(java.lang.String format)
Set calendar format for the iOS Simulator.
|
asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatformName, is, mergeamend, setCapabilitystatic final java.lang.String CALENDAR_FORMAT_OPTION
default T setCalendarFormat(java.lang.String format)
format - Calendar format to set for the iOS Simulator.default java.util.Optional<java.lang.String> getCalendarFormat()