Interface CheckBox

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

public interface CheckBox extends UiObjectBase, TestObject
A check box object in a mobile application. (Android Only)
  • Method Details

    • set

      void set(boolean state) throws GeneralLeanFtException
      Sets the state of the check box.
      Parameters:
      state - Indicates whether this check box is checked.
      Throws:
      GeneralLeanFtException - if error occurs during execution