Class CoralReady


  • public final class CoralReady
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean assertCoralReadyCondition()  
      static <T> T openReady​(java.lang.String absoluteOrRelavive, java.lang.Class<T> pageObject)  
      static void waitCoralReady()  
      static void waitCoralReady​(java.lang.String selector)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • assertCoralReadyCondition

        public static boolean assertCoralReadyCondition()
      • openReady

        public static <T> T openReady​(java.lang.String absoluteOrRelavive,
                                      java.lang.Class<T> pageObject)
      • waitCoralReady

        public static void waitCoralReady()
      • waitCoralReady

        public static void waitCoralReady​(java.lang.String selector)