|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.pageobjects.elements.WebDriverElement
com.atlassian.bamboo.pageobjects.elements.TextElement
public class TextElement
Represents an input element with type=text
Field Summary |
---|
Fields inherited from class com.atlassian.pageobjects.elements.WebDriverElement |
---|
defaultTimeout, driver, locatable, pageBinder, timeouts |
Constructor Summary | |
---|---|
TextElement(org.openqa.selenium.By locator)
|
|
TextElement(org.openqa.selenium.By locator,
com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
|
|
TextElement(org.openqa.selenium.By locator,
com.atlassian.pageobjects.elements.WebDriverLocatable parent)
|
|
TextElement(org.openqa.selenium.By locator,
com.atlassian.pageobjects.elements.WebDriverLocatable parent,
com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
|
|
TextElement(com.atlassian.pageobjects.elements.WebDriverLocatable locatable,
com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
|
Method Summary | |
---|---|
TextElement |
setText(String text)
|
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 |
Constructor Detail |
---|
public TextElement(org.openqa.selenium.By locator)
public TextElement(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
public TextElement(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.WebDriverLocatable parent)
public TextElement(org.openqa.selenium.By locator, com.atlassian.pageobjects.elements.WebDriverLocatable parent, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
public TextElement(com.atlassian.pageobjects.elements.WebDriverLocatable locatable, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
Method Detail |
---|
public TextElement setText(@Nullable String text)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |