Class MobileCheckBox


  • public class MobileCheckBox
    extends UiCheckBox
    A mobile Check Box element - native or HTML one

    Can be identified by:

    • id
    • name
    • text - the exact text that element displays
    • partialText - some part of the text that element displays
    • xpath

    • Method Detail

      • check

        public void check()
        Check the check box
        Specified by:
        check in class UiCheckBox
      • unCheck

        public void unCheck()
        Uncheck the check box
        Specified by:
        unCheck in class UiCheckBox
      • isChecked

        public boolean isChecked()
        Tells whether the check box is checked
        Specified by:
        isChecked in class UiCheckBox
      • verifyChecked

        public void verifyChecked()
        Verify the check box is checked throws an error if verification fail
        Specified by:
        verifyChecked in class UiCheckBox
      • verifyNotChecked

        public void verifyNotChecked()
        Verify the check box is not checked throws an error if verification fail
        Specified by:
        verifyNotChecked in class UiCheckBox