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) void
pushTimeoutFor
(org.openqa.selenium.WebDriver driver, Duration implicitTimeout) void
releaseTimeoutFor
(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)
-