Class Guard


  • public class Guard
    extends Object
    • Method Detail

      • custom

        public static <T> T custom​(T target,
                                   int timeout,
                                   org.openqa.selenium.support.ui.ExpectedCondition... expectedConditions)
      • custom

        public static <T> T custom​(T target,
                                   int delay,
                                   int timeout,
                                   org.openqa.selenium.support.ui.ExpectedCondition... expectedConditions)
      • http

        public static <T> T http​(T target)
      • ajax

        public static <T> T ajax​(String script,
                                 Object... args)
      • ajax

        public static <T> T ajax​(T target)
      • ajax

        public static <T> T ajax​(T target,
                                 int delay)