Interface SupportsCalendarFormatOption<T extends BaseOptions<T>>

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface org.openqa.selenium.Capabilities

        asMap, getBrowserName, getBrowserVersion, getCapability, getCapabilityNames, getPlatform, getPlatformName, getVersion, is, merge
    • Field Detail

      • CALENDAR_FORMAT_OPTION

        static final java.lang.String CALENDAR_FORMAT_OPTION
        See Also:
        Constant Field Values
    • Method Detail

      • setCalendarFormat

        default T setCalendarFormat​(java.lang.String format)
        Set calendar format for the iOS Simulator.
        Parameters:
        format - Calendar format to set for the iOS Simulator.
        Returns:
        self instance for chaining.
      • getCalendarFormat

        default java.util.Optional<java.lang.String> getCalendarFormat()
        Get calendar format to set for the iOS Simulator.
        Returns:
        Calendar format.