Package allurium.driver
Class DriverWait
java.lang.Object
allurium.driver.DriverWait
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
waitForPageLoadSafety
(int timerSec) static DriverWait
waiting()
-
Constructor Details
-
DriverWait
public DriverWait()
-
-
Method Details
-
waiting
-
waitForPageLoadSafety
@Step("Wait until current page will be loaded") public void waitForPageLoadSafety() -
waitForPageLoadSafety
@Step("Wait until current page will be loaded") public void waitForPageLoadSafety(int timerSec)
-