com.atlassian.pageobjects.elements
Class WebDriverCheckboxElement

java.lang.Object
  extended by com.atlassian.pageobjects.elements.WebDriverElement
      extended by com.atlassian.pageobjects.elements.WebDriverCheckboxElement
All Implemented Interfaces:
CheckboxElement, PageElement, PageElementFinder

public class WebDriverCheckboxElement
extends WebDriverElement
implements CheckboxElement

Implementation of (@Link CheckboxElement)


Field Summary
 
Fields inherited from class com.atlassian.pageobjects.elements.WebDriverElement
defaultTimeout, driver, locatable, pageBinder, timeouts
 
Constructor Summary
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)
           
 
Method Summary
 CheckboxElement check()
          Checks this Checkbox
 CheckboxElement uncheck()
          Unchecks this Checkbox
 
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 class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface com.atlassian.pageobjects.elements.PageElementFinder
find, find, find, findAll, findAll, findAll
 

Constructor Detail

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)
Method Detail

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.