Package org.ndviet.library
Class Waiting
- java.lang.Object
-
- org.ndviet.library.Waiting
-
public class Waiting extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classWaiting.Conditionprotected static classWaiting.Elementprotected static classWaiting.Elements
-
Field Summary
Fields Modifier and Type Field Description static intm_defaultTimeOut
-
Constructor Summary
Constructors Constructor Description Waiting()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.openqa.selenium.support.ui.WebDriverWaitgetWaitDriver(org.openqa.selenium.WebDriver driver, boolean isWait)static org.openqa.selenium.support.ui.WebDriverWaitgetWaitDriver(org.openqa.selenium.WebDriver driver, boolean isWait, int timeOut)
-
-
-
Method Detail
-
getWaitDriver
public static org.openqa.selenium.support.ui.WebDriverWait getWaitDriver(org.openqa.selenium.WebDriver driver, boolean isWait)
-
getWaitDriver
public static org.openqa.selenium.support.ui.WebDriverWait getWaitDriver(org.openqa.selenium.WebDriver driver, boolean isWait, int timeOut)
-
-