Class PrimeGraphene
- java.lang.Object
-
- org.jboss.arquillian.graphene.Graphene
-
- org.primefaces.extensions.arquillian.PrimeGraphene
-
public final class PrimeGraphene extends org.jboss.arquillian.graphene.Graphene
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisableAnimations()static voidenableAnimations()static <T> TexecuteScript(String script)static org.openqa.selenium.WebDrivergetWebDriver()static StringgetWidgetByIdScript(String id)static <T> TguardAjaxSilently(T target)static <T> TguardHttpSilently(T target)static voidhandleRequestGuardException(org.jboss.arquillian.graphene.request.RequestGuardException e)static booleanhasAjaxBehavior(org.openqa.selenium.WebElement element, String behavior)static booleanhasBehavior(org.openqa.selenium.WebElement element, String behavior)static booleanhasCssClass(org.openqa.selenium.WebElement element, String cssClass)static booleanisAjaxScript(String script)static booleanisElementDisplayed(org.openqa.selenium.By by)static booleanisElementDisplayed(org.openqa.selenium.WebElement element)static booleanisElementEnabled(org.openqa.selenium.By by)static booleanisElementEnabled(org.openqa.selenium.WebElement element)static booleanisElementPresent(org.openqa.selenium.By by)static booleanisElementPresent(org.openqa.selenium.WebElement element)static booleanisWidget(org.openqa.selenium.WebElement element)
-
-
-
Method Detail
-
disableAnimations
public static void disableAnimations()
-
enableAnimations
public static void enableAnimations()
-
handleRequestGuardException
public static void handleRequestGuardException(org.jboss.arquillian.graphene.request.RequestGuardException e)
-
getWebDriver
public static org.openqa.selenium.WebDriver getWebDriver()
-
executeScript
public static <T> T executeScript(String script)
-
hasCssClass
public static boolean hasCssClass(org.openqa.selenium.WebElement element, String cssClass)
-
isAjaxScript
public static boolean isAjaxScript(String script)
-
hasAjaxBehavior
public static boolean hasAjaxBehavior(org.openqa.selenium.WebElement element, String behavior)
-
hasBehavior
public static boolean hasBehavior(org.openqa.selenium.WebElement element, String behavior)
-
isWidget
public static boolean isWidget(org.openqa.selenium.WebElement element)
-
isElementPresent
public static boolean isElementPresent(org.openqa.selenium.By by)
-
isElementPresent
public static boolean isElementPresent(org.openqa.selenium.WebElement element)
-
isElementDisplayed
public static boolean isElementDisplayed(org.openqa.selenium.By by)
-
isElementDisplayed
public static boolean isElementDisplayed(org.openqa.selenium.WebElement element)
-
isElementEnabled
public static boolean isElementEnabled(org.openqa.selenium.By by)
-
isElementEnabled
public static boolean isElementEnabled(org.openqa.selenium.WebElement element)
-
guardHttpSilently
public static <T> T guardHttpSilently(T target)
-
guardAjaxSilently
public static <T> T guardAjaxSilently(T target)
-
-