Package com.vaadin.testbench
Interface HasPlaceholder
-
- All Superinterfaces:
HasPropertySettersGetters,org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement
public interface HasPlaceholder extends HasPropertySettersGetters
Implement by elements which support a placeholder, i.e. text shown when the field is empty.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default StringgetPlaceholder()Gets the placeholder for the element.-
Methods inherited from interface com.vaadin.testbench.HasPropertySettersGetters
getProperty, getPropertyBoolean, getPropertyDouble, getPropertyElement, getPropertyElements, getPropertyInteger, getPropertyString, setProperty, setProperty, setProperty, setProperty
-
Methods inherited from interface org.openqa.selenium.WebElement
clear, click, findElement, findElements, getAccessibleName, getAriaRole, getAttribute, getCssValue, getDomAttribute, getDomProperty, getLocation, getRect, getShadowRoot, getSize, getTagName, getText, isDisplayed, isEnabled, isSelected, sendKeys, submit
-
-
-
-
Method Detail
-
getPlaceholder
default String getPlaceholder()
Gets the placeholder for the element.- Returns:
- the placeholder or an empty string if there is no placeholder
-
-