Class PrimeGraphene


  • public final class PrimeGraphene
    extends org.jboss.arquillian.graphene.Graphene
    • 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)
      • getWidgetByIdScript

        public static String getWidgetByIdScript​(String id)
      • 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)