public interface OperaTimeouts
extends org.openqa.selenium.WebDriver.Timeouts
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver.Timeouts |
responseTimeout(long time,
TimeUnit unit)
Sets the amount of time to wait for a response from Opera/the Scope client before throwing an
error.
|
org.openqa.selenium.WebDriver.Timeouts |
selftestTimeout(long time,
TimeUnit unit)
Defines the amount of time to wait before aborting a running selftest executed by
OperaDriver#selftest(String). |
org.openqa.selenium.WebDriver.Timeouts |
setDefaultResponseTimeout(long time,
TimeUnit unit) |
org.openqa.selenium.WebDriver.Timeouts responseTimeout(long time,
TimeUnit unit)
time - the amount of time to waitunit - the unit of measure for timeorg.openqa.selenium.WebDriver.Timeouts selftestTimeout(long time,
TimeUnit unit)
OperaDriver#selftest(String).time - the amount of time to waitunit - the unit of measure for timeorg.openqa.selenium.WebDriver.Timeouts setDefaultResponseTimeout(long time,
TimeUnit unit)
time - the amount of time to waitunit - the unit of measure for timeCopyright © 2013. All Rights Reserved.