public class TimeoutsStub extends 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,
TimeUnit unit) |
org.openqa.selenium.WebDriver.Timeouts |
pageLoadTimeout(long l,
TimeUnit timeUnit) |
org.openqa.selenium.WebDriver.Timeouts |
setScriptTimeout(long time,
TimeUnit unit) |
public org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long time,
TimeUnit unit)
implicitlyWait in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long time,
TimeUnit unit)
setScriptTimeout in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long l,
TimeUnit timeUnit)
pageLoadTimeout in interface org.openqa.selenium.WebDriver.TimeoutsCopyright © 2023. All rights reserved.