public class WebDriverCheckboxElement extends WebDriverElement implements CheckboxElement
CheckboxElementdefaultTimeout, driver, locatable, pageBinder, timeouts, TO_LOCATABLE| Constructor and Description |
|---|
WebDriverCheckboxElement(org.openqa.selenium.By locator) |
WebDriverCheckboxElement(org.openqa.selenium.By locator,
TimeoutType defaultTimeout) |
WebDriverCheckboxElement(org.openqa.selenium.By locator,
WebDriverLocatable parent) |
WebDriverCheckboxElement(org.openqa.selenium.By locator,
WebDriverLocatable parent,
TimeoutType timeoutType) |
WebDriverCheckboxElement(WebDriverLocatable locatable,
TimeoutType timeoutType) |
| Modifier and Type | Method and Description |
|---|---|
CheckboxElement |
check()
Checks this Checkbox
|
boolean |
isChecked() |
CheckboxElement |
uncheck()
Unchecks this Checkbox
|
asWebElement, bind, clear, click, createTimout, find, find, find, find, findAll, findAll, findAll, findAll, getAttribute, getCssClasses, getDefaultTimeout, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, search, select, timed, timeout, toggle, toLocatable, toString, type, waitForWebElement, waitForWebElement, withTimeoutclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclear, click, find, findAll, getAttribute, getCssClasses, getId, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, select, timed, toggle, type, withTimeoutfind, find, find, findAll, findAll, findAllsearchpublic WebDriverCheckboxElement(org.openqa.selenium.By locator)
public WebDriverCheckboxElement(org.openqa.selenium.By locator,
TimeoutType defaultTimeout)
public WebDriverCheckboxElement(WebDriverLocatable locatable, TimeoutType timeoutType)
public WebDriverCheckboxElement(org.openqa.selenium.By locator,
WebDriverLocatable parent)
public WebDriverCheckboxElement(org.openqa.selenium.By locator,
WebDriverLocatable parent,
TimeoutType timeoutType)
public boolean isChecked()
isChecked in interface CheckboxElementtrue, if this checkbox is currently checkedpublic CheckboxElement check()
CheckboxElementcheck in interface CheckboxElementpublic CheckboxElement uncheck()
CheckboxElementuncheck in interface CheckboxElementCopyright © 2015 Atlassian. All rights reserved.