Class RealHtmlRadioList


  • public class RealHtmlRadioList
    extends HtmlRadioList
    A list of HTML Radio Buttons with same name. Only one radio button can be selected at a time.
    See Also:
    RealHtmlElement
    • Method Detail

      • select

        public void select​(String value)
        set the selected value
        Specified by:
        select in class UiRadioList
        Parameters:
        value - the value to select(this is the 'value' attribute of the radio button)
      • isSelected

        public boolean isSelected​(String value)
        Specified by:
        isSelected in class UiRadioList
        Returns:
        if this is the selected value(we pass the 'value' attribute of the radio button)
      • verifyValue

        public void verifyValue​(String expectedValue)
        Verify the selected value is as specified
        Specified by:
        verifyValue in class UiRadioList
        Parameters:
        expectedValue -
      • verifyNotValue

        public void verifyNotValue​(String notExpectedValue)
        Verify the selected value is NOT as specified
        Specified by:
        verifyNotValue in class UiRadioList
        Parameters:
        notExpectedValue -