Class AbstractObjectInitialiser<T>

    • Field Detail

      • driver

        protected final org.openqa.selenium.WebDriver driver
      • ajaxTimeout

        protected final Duration ajaxTimeout
    • Constructor Detail

      • AbstractObjectInitialiser

        public AbstractObjectInitialiser​(org.openqa.selenium.WebDriver driver,
                                         long ajaxTimeoutInMilliseconds)
    • Method Detail

      • ajaxTimeoutInSecondsWithAtLeast1Second

        protected int ajaxTimeoutInSecondsWithAtLeast1Second()
      • apply

        public abstract boolean apply​(T input)
        Specified by:
        apply in interface com.google.common.base.Predicate<T>
      • test

        public boolean test​(T input)
        Specified by:
        test in interface com.google.common.base.Predicate<T>
        Specified by:
        test in interface Predicate<T>