Class BooleanConditionWrapper

java.lang.Object
org.jboss.arquillian.graphene.condition.BooleanConditionWrapper
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 BooleanConditionWrapper extends Object implements org.openqa.selenium.support.ui.ExpectedCondition<Boolean>
Author:
Jan Papousek
  • Field Details

    • LOGGER

      protected static final Logger LOGGER
  • Constructor Details

    • BooleanConditionWrapper

      public BooleanConditionWrapper(org.openqa.selenium.support.ui.ExpectedCondition<?> wrapped, Class<? extends RuntimeException>... ignoredExceptions)
    • BooleanConditionWrapper

      public BooleanConditionWrapper(org.openqa.selenium.support.ui.ExpectedCondition<?> wrapped, boolean negation, Class<? extends RuntimeException>... ignoredExceptions)
  • Method Details

    • apply

      public Boolean apply(org.openqa.selenium.WebDriver driver)
      Specified by:
      apply in interface com.google.common.base.Function<org.openqa.selenium.WebDriver,Boolean>
      Specified by:
      apply in interface Function<org.openqa.selenium.WebDriver,Boolean>
    • toString

      public String toString()
      Overrides:
      toString in class Object