Class AttributeValueEquals

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

    • AttributeValueEquals

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

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