public class TextInput extends TypifiedElement
| Constructor and Description |
|---|
TextInput(org.openqa.selenium.WebElement wrappedElement)
Specifies wrapped
WebElement. |
| Modifier and Type | Method and Description |
|---|---|
String |
getClearCharSequence()
Returns sequence of backspaces and deletes that will clear element.
|
String |
getEnteredText()
Deprecated.
Use getText() instead.
Retrieves the text entered into this text input.
|
String |
getText()
Retrieves the text entered into this text input.
|
clear, click, exists, findElement, findElements, getAttribute, getCssValue, getLocation, getName, getRect, getScreenshotAs, getSize, getTagName, getWrappedElement, isDisplayed, isEnabled, isSelected, sendKeys, setName, submit, toStringpublic TextInput(org.openqa.selenium.WebElement wrappedElement)
WebElement.wrappedElement - WebElement to wrap.@Deprecated public String getEnteredText()
public String getText()
getText in interface org.openqa.selenium.WebElementgetText in class TypifiedElementpublic String getClearCharSequence()
Copyright © 2023 Yandex. All rights reserved.