Class AttributeValueMatches

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 AttributeValueMatches extends AbstractAttributeAndValueBooleanCondition
Author:
Jiri Stefek
  • Constructor Details

    • AttributeValueMatches

      public AttributeValueMatches(org.openqa.selenium.WebElement element, String attribute, String value)
    • AttributeValueMatches

      public AttributeValueMatches(org.openqa.selenium.WebElement element, String attribute, String value, boolean negation)
  • Method Details