public class TimeoutsStub
extends java.lang.Object
implements org.openqa.selenium.WebDriver.Timeouts
Constructor and Description |
---|
TimeoutsStub() |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebDriver.Timeouts |
implicitlyWait(long time,
java.util.concurrent.TimeUnit unit) |
org.openqa.selenium.WebDriver.Timeouts |
pageLoadTimeout(long l,
java.util.concurrent.TimeUnit timeUnit) |
org.openqa.selenium.WebDriver.Timeouts |
setScriptTimeout(long time,
java.util.concurrent.TimeUnit unit) |
public org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long time, java.util.concurrent.TimeUnit unit)
implicitlyWait
in interface org.openqa.selenium.WebDriver.Timeouts
public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long time, java.util.concurrent.TimeUnit unit)
setScriptTimeout
in interface org.openqa.selenium.WebDriver.Timeouts
public org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long l, java.util.concurrent.TimeUnit timeUnit)
pageLoadTimeout
in interface org.openqa.selenium.WebDriver.Timeouts