Class UiRadioList

    • Method Detail

      • select

        public abstract void select​(String value)
        Select radio button
        Parameters:
        value - of the button to select
      • isSelected

        public abstract boolean isSelected​(String value)
        Returns:
        is the radio button selected
      • verifyValue

        public abstract void verifyValue​(String expectedValue)
        Verify the selected value is as specified
        Parameters:
        expectedValue -
      • verifyNotValue

        public abstract void verifyNotValue​(String notExpectedValue)
        Verify the selected value is NOT as specified
        Parameters:
        notExpectedValue -