Class AttributeValueContains

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

    • AttributeValueContains

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

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