Class ElementTextContains

All Implemented Interfaces:
com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>, Function<org.openqa.selenium.WebDriver,Boolean>, org.openqa.selenium.support.ui.ExpectedCondition<Boolean>

public class ElementTextContains extends AbstractElementAndTextBooleanCondition
Author:
Jan Papousek
  • Constructor Details

    • ElementTextContains

      public ElementTextContains(org.openqa.selenium.WebElement element, String text)
    • ElementTextContains

      public ElementTextContains(org.openqa.selenium.WebElement element, String text, boolean negation)
  • Method Details