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, waitForPresent
public CheckBoxElement(String label, org.openqa.selenium.By by)
public void check()
check
in class HtmlElement
public void click()
click
in class HtmlElement
public boolean isSelected()
HtmlElement
isSelected
in class HtmlElement
public void uncheck()
Copyright © 2018. All rights reserved.