public class SeleniumWTextFieldWebElement extends SeleniumWComponentInputWebElement
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE
The type for the input field.
|
EDITABLE_TAG, TOP_LEVEL_TAG| Constructor and Description |
|---|
SeleniumWTextFieldWebElement(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebDriver driver)
Construct a SeleniumWTextFieldWebElement for the given WebElement.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String name)
Some attributes are applied to the wrapper, some to the input.
|
clear, click, clickNoWait, getActiveId, getInputField, getSuggestionList, getValue, isCombo, isEnabled, isMandatory, isReadOnly, sendKeysclickElementNoWait, findElement, findElementImmediate, findElements, findElementsImmediate, getCssValue, getDriver, getElement, getLocation, getRect, getScreenshotAs, getSize, getTagName, getText, getUserContextForSession, isDisplayed, isHidden, isSelected, submit, waitForPageReady, wrapElementpublic static final String TYPE
public SeleniumWTextFieldWebElement(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebDriver driver)
element - the dialog element.driver - the SeleniumWComponentsWebDriverpublic String getAttribute(String name)
getAttribute in interface org.openqa.selenium.WebElementgetAttribute in class SeleniumWComponentInputWebElementname - the name of the attribute to findCopyright © 2017. All rights reserved.