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 Detail

      • getPlaceholder

        default String getPlaceholder()
        Gets the placeholder for the element.
        Returns:
        the placeholder or an empty string if there is no placeholder