Class Guard

java.lang.Object
org.primefaces.selenium.internal.Guard

public class Guard extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static <T> T
    ajax(String script, Object... args)
     
    static <T> T
    ajax(T target)
     
    static <T> T
    ajax(T target, int delay)
     
    static <T> T
    custom(T target, int delay, int timeout, org.openqa.selenium.support.ui.ExpectedCondition... expectedConditions)
     
    static <T> T
    custom(T target, int timeout, org.openqa.selenium.support.ui.ExpectedCondition... expectedConditions)
     
    static <T> T
    http(T target)
     

    Methods inherited from class java.lang.Object

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

    • 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)