public class LspsCheckBox extends InputComponent
driver, seleniumElement
Constructor and Description |
---|
LspsCheckBox(WebElement element,
WebDriver driver) |
Modifier and Type | Method and Description |
---|---|
void |
click()
Click this element.
|
String |
getLabel()
Returns the present component's label.
|
boolean |
isChecked()
Checks if checkbox is currently checked.
|
void |
setChecked(boolean checked)
Checks or unchecks the checkbox.
|
String |
toString() |
checkNotReadOnly, clearElementClientSide, isReadOnly, isRequired
as, click, doubleClick, extractedSeleniumIfTestBench, extractedSeleniumIfTestBench, focus, getAttribute, getCaption, getClassNames, getErrorMessage, getHint, getId, getModelingId, getText, hasClassName, isEnabled, isValid, isVisible, rightClick, scrollIntoView, sleep, toHTML, toInnerHTML, webElementsByLspsId
$, actions, clickButton, contains, createIdLocator, findAllByAttributeValue, findAllByClassname, findAllByFormId, findAllById, findAllByIdPrefix, findAllByLspsId, findAllByTextContent, findAllByXpath, findByAttributeValue, findByClassname, findByFormId, findById, findByIdPrefix, findByLspsId, findByTextContent, findByXpath, findCaptionByTextContent, findElement, findElements, findNthByTag, getDriver, getLspsCommandExecutor, waitForVaadin, webElementsByExactTextContent, webElementsByFormId, webElementsById, webElementsByIdPrefix, webElementsByLspsFormId, webElementsByTextContent, webElementsByXpath
public boolean isChecked()
public void setChecked(boolean checked)
checked
- public void click()
UIComponent
click
in class UIComponent
public String getLabel()
InputComponent
getLabel
in class InputComponent
public String toString()
toString
in class InputComponent
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.