public class HtmlUnitTimeouts extends Object implements org.openqa.selenium.WebDriver.Timeouts
| Constructor and Description |
|---|
HtmlUnitTimeouts() |
HtmlUnitTimeouts(com.gargoylesoftware.htmlunit.WebClient webClient) |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getImplicitWaitTimeout() |
Duration |
getPageLoadTimeout() |
Duration |
getScriptTimeout() |
org.openqa.selenium.WebDriver.Timeouts |
implicitlyWait(Duration duration) |
org.openqa.selenium.WebDriver.Timeouts |
implicitlyWait(long time,
TimeUnit unit)
Deprecated.
|
org.openqa.selenium.WebDriver.Timeouts |
pageLoadTimeout(Duration duration) |
org.openqa.selenium.WebDriver.Timeouts |
pageLoadTimeout(long time,
TimeUnit unit)
Deprecated.
|
org.openqa.selenium.WebDriver.Timeouts |
scriptTimeout(Duration duration) |
org.openqa.selenium.WebDriver.Timeouts |
setScriptTimeout(long time,
TimeUnit unit)
Deprecated.
|
public HtmlUnitTimeouts()
public HtmlUnitTimeouts(com.gargoylesoftware.htmlunit.WebClient webClient)
public Duration getImplicitWaitTimeout()
getImplicitWaitTimeout in interface org.openqa.selenium.WebDriver.Timeouts@Deprecated public org.openqa.selenium.WebDriver.Timeouts implicitlyWait(long time, TimeUnit unit)
implicitlyWait in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts implicitlyWait(Duration duration)
implicitlyWait in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts scriptTimeout(Duration duration)
scriptTimeout in interface org.openqa.selenium.WebDriver.Timeouts@Deprecated public org.openqa.selenium.WebDriver.Timeouts setScriptTimeout(long time, TimeUnit unit)
setScriptTimeout in interface org.openqa.selenium.WebDriver.Timeoutspublic Duration getScriptTimeout()
getScriptTimeout in interface org.openqa.selenium.WebDriver.Timeouts@Deprecated public org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(long time, TimeUnit unit)
pageLoadTimeout in interface org.openqa.selenium.WebDriver.Timeoutspublic org.openqa.selenium.WebDriver.Timeouts pageLoadTimeout(Duration duration)
pageLoadTimeout in interface org.openqa.selenium.WebDriver.Timeoutspublic Duration getPageLoadTimeout()
getPageLoadTimeout in interface org.openqa.selenium.WebDriver.TimeoutsCopyright © 2023. All rights reserved.