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.Timeouts
public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long time, TimeUnit unit)
setScriptTimeout
in interface org.openqa.selenium.WebDriver.Timeouts
public org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long l, TimeUnit timeUnit)
pageLoadTimeout
in interface org.openqa.selenium.WebDriver.Timeouts
Copyright © 2021. All rights reserved.