public abstract class AbstractObjectInitialiser<T> extends Object implements com.google.common.base.Predicate<T>
Modifier and Type | Field and Description |
---|---|
protected Duration |
ajaxTimeout |
protected org.openqa.selenium.WebDriver |
driver |
Constructor and Description |
---|
AbstractObjectInitialiser(org.openqa.selenium.WebDriver driver,
long ajaxTimeoutInMilliseconds) |
Modifier and Type | Method and Description |
---|---|
protected int |
ajaxTimeoutInSecondsWithAtLeast1Second() |
abstract boolean |
apply(T input) |
boolean |
test(T input) |
protected final org.openqa.selenium.WebDriver driver
protected final Duration ajaxTimeout
Copyright © 2023. All rights reserved.