static interface CheckBox.Checkable extends IOperable
Modifier and Type | Method and Description |
---|---|
void |
check()
Try to check the checkbox, and then verify if the checkbox
has been really checked.
|
boolean |
isChecked() |
void |
uncheck()
Try to uncheck the checkbox, and then verify if the checkbox
has been really unchecked.
|
clearCache
void check() throws SeleniumPlusException
SeleniumPlusException
void uncheck() throws SeleniumPlusException
SeleniumPlusException
boolean isChecked() throws SeleniumPlusException
SeleniumPlusException
Copyright © SAS Institute. All Rights Reserved.