com.atlassian.pageobjects.elements
Class WebDriverCheckboxElement
java.lang.Object
com.atlassian.pageobjects.elements.WebDriverElement
com.atlassian.pageobjects.elements.WebDriverCheckboxElement
- All Implemented Interfaces:
- CheckboxElement, PageElement, PageElementFinder
public class WebDriverCheckboxElement
- extends WebDriverElement
- implements CheckboxElement
Implementation of (@Link CheckboxElement)
| Methods inherited from class com.atlassian.pageobjects.elements.WebDriverElement |
asWebElement, clear, click, createTimout, find, find, find, find, findAll, findAll, findAll, findAll, getAttribute, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, select, timed, timeout, toggle, toString, type, waitForWebElement, withTimeout |
| Methods inherited from interface com.atlassian.pageobjects.elements.PageElement |
clear, click, find, findAll, getAttribute, getLocation, getSize, getTagName, getText, getValue, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, select, timed, toggle, type, withTimeout |
WebDriverCheckboxElement
public WebDriverCheckboxElement(org.openqa.selenium.By locator)
WebDriverCheckboxElement
public WebDriverCheckboxElement(org.openqa.selenium.By locator,
TimeoutType defaultTimeout)
WebDriverCheckboxElement
public WebDriverCheckboxElement(WebDriverLocatable locatable,
TimeoutType timeoutType)
WebDriverCheckboxElement
public WebDriverCheckboxElement(org.openqa.selenium.By locator,
WebDriverLocatable parent)
WebDriverCheckboxElement
public WebDriverCheckboxElement(org.openqa.selenium.By locator,
WebDriverLocatable parent,
TimeoutType timeoutType)
check
public CheckboxElement check()
- Description copied from interface:
CheckboxElement
- Checks this Checkbox
- Specified by:
check in interface CheckboxElement
- Returns:
- CheckboxElement
uncheck
public CheckboxElement uncheck()
- Description copied from interface:
CheckboxElement
- Unchecks this Checkbox
- Specified by:
uncheck in interface CheckboxElement
- Returns:
- CheckboxElement
Copyright © 2014 Atlassian. All rights reserved.