Class AttributeValueEqualToIgnoreCase

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

    • AttributeValueEqualToIgnoreCase

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

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