public class CheckBoxElement extends HtmlElement
driver, element, logger, webUXDriver| Constructor and Description |
|---|
CheckBoxElement(String label,
org.openqa.selenium.By by) |
| Modifier and Type | Method and Description |
|---|---|
void |
check() |
void |
click() |
boolean |
isSelected()
Indicates whether or not the element is selected in the browser.
|
void |
uncheck() |
captureSnapshot, captureSnapshot, clickAt, clickAt, findElement, getAllElements, getAttribute, getBy, getCssValue, getDriver, getElement, getEval, getHeight, getLabel, getLocation, getLocator, getSize, getTagName, getText, getValue, getWidth, init, isDisplayed, isElementPresent, isEnabled, isTextPresent, mouseDown, mouseOver, mouseUp, sendKeys, simulateClick, simulateMouseOver, simulateMoveToElement, sleep, toHTML, toString, waitForPresent, waitForPresentpublic CheckBoxElement(String label, org.openqa.selenium.By by)
public void check()
check in class HtmlElementpublic void uncheck()
uncheck in class HtmlElementpublic void click()
click in class HtmlElementpublic boolean isSelected()
HtmlElementisSelected in class HtmlElementCopyright © 2021. All rights reserved.