Class ElementTextEquals

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 ElementTextEquals extends AbstractElementAndTextBooleanCondition
Author:
Jan Papousek
  • Constructor Details

    • ElementTextEquals

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

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