- Common ways to obtain CheckboxElement
private void myMethod () {CheckboxElement c =
CheckboxElement checkboxElement;checkboxElement.check()
CheckboxElement checkboxElement;checkboxElement.uncheck()
- Smart code suggestions by Codota
}
/** * @since 4.0.15 */ public boolean outgoing2LOiCheckboxIsVisible() { Poller.waitUntilTrue(outgoingTwoLoEnableCheckBox.timed() .isPresent()); return outgoingTwoLoEnableCheckBox.isVisible(); } }