Class AttributeIsPresent

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 AttributeIsPresent extends AbstractAttributeBooleanCondition
  • Constructor Details

    • AttributeIsPresent

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

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