public class CheckBox extends AbstractComponent
webElement| Constructor and Description |
|---|
CheckBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Checks the checkbox.
|
String |
getValue()
Returns the value of the attribute 'value'
|
boolean |
isChecked() |
void |
uncheck()
Uncheck the checkbox.
|
find, findAll, findElement, findElements, getBrowser, getHtmlElement, getLocator, getLogger, getName, getParent, isAlive, isDisplayed, isEnabled, setBrowser, setLocator, setName, setParent, setWebElement, toStringpublic boolean isChecked()
public void check()
public void uncheck()
public String getValue()
Copyright © 2022. All rights reserved.