Interface RadioGroup

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

public interface RadioGroup extends UiObjectBase, TestObject
A radio group in a mobile application.
  • Method Details

    • select

      void select(int index) throws GeneralLeanFtException
      Selects the specified radio button in the group by index.
      Parameters:
      index - the 0-based index of the radio button to select.
      Throws:
      GeneralLeanFtException - if error occurs during execution
    • select

      void select(String item) throws GeneralLeanFtException
      Selects the specified radio button in the group by name.
      Parameters:
      item - the name of the radio button to select.
      Throws:
      GeneralLeanFtException - if error occurs during execution