Package org.primefaces.selenium
Class PrimeExpectedConditions
java.lang.Object
org.primefaces.selenium.PrimeExpectedConditions
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.support.ui.ExpectedCondition<Boolean> static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> elementToBeClickable(org.openqa.selenium.WebElement element) static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> fileExists(String path) static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> invisibleAndAnimationComplete(org.openqa.selenium.WebElement element) static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> visibleAndAnimationComplete(org.openqa.selenium.WebElement element) static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> visibleInViewport(org.openqa.selenium.WebElement element)
-
Method Details
-
script
-
documentLoaded
-
notSubmitting
-
animationNotActive
-
ajaxQueueEmpty
-
elementToBeClickable
public static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> elementToBeClickable(org.openqa.selenium.WebElement element) -
visibleAndAnimationComplete
public static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> visibleAndAnimationComplete(org.openqa.selenium.WebElement element) -
invisibleAndAnimationComplete
public static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> invisibleAndAnimationComplete(org.openqa.selenium.WebElement element) -
visibleInViewport
public static org.openqa.selenium.support.ui.ExpectedCondition<Boolean> visibleInViewport(org.openqa.selenium.WebElement element) -
fileExists
-