Package net.thucydides.core.webdriver
Class TimeoutStack
java.lang.Object
net.thucydides.core.webdriver.TimeoutStack
Created by john on 12/03/15.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontainsTimeoutFor(org.openqa.selenium.WebDriver driver) currentTimeoutValueFor(org.openqa.selenium.WebDriver driver) popTimeoutFor(org.openqa.selenium.WebDriver driver) voidpushTimeoutFor(org.openqa.selenium.WebDriver driver, Duration implicitTimeout) voidreleaseTimeoutFor(org.openqa.selenium.WebDriver driverInstance)
-
Constructor Details
-
TimeoutStack
public TimeoutStack()
-
-
Method Details
-
pushTimeoutFor
-
popTimeoutFor
-
containsTimeoutFor
-
currentTimeoutValueFor
-
releaseTimeoutFor
public void releaseTimeoutFor(org.openqa.selenium.WebDriver driverInstance)
-