Interface Calendar

All Superinterfaces:
EnabledProvider, TestObject, TestObjectDescriber, UiObjectBase, WaitUntilEnabledProvider

public interface Calendar extends UiObjectBase, TestObject
A calendar control in a mobile application.
  • Method Details

    • setValue

      void setValue(String newValue, String format) throws GeneralLeanFtException
      Sets the specified time/date in the calendar.
      Parameters:
      newValue - the value to set in the calendar. Possible values: a specific time, a specific date, or both
      format - the format of the value argument.
      Throws:
      GeneralLeanFtException - if error occurs during execution