public class TimeoutException extends org.openqa.selenium.WebDriverException
ExpectedCondition
is not met met by a Wait
. See the
documentation in WebDriverWait
for more information.Constructor and Description |
---|
TimeoutException(String message)
Time out a test, indicating why the timeout occurred.
|
TimeoutException(String message,
Throwable cause)
Time out a test, indicating why the timeout occurred and giving a cause.
|
addInfo, getAdditionalInformation, getBuildInformation, getDriverName, getMessage, getSupportUrl, getSystemInformation
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TimeoutException(String message)
public TimeoutException(String message, Throwable cause)
Copyright © 2019 Nuxeo. All rights reserved.