org.openqa.selenium.support.ui
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openqa.selenium.WebDriverException
org.openqa.selenium.TimeoutException
org.openqa.selenium.support.ui.TimeoutException
- All Implemented Interfaces:
- Serializable
Deprecated. Use TimeoutException
@Deprecated
public class TimeoutException
- extends TimeoutException
A simple exception that is thrown if an ExpectedCondition
is not met
met by a Wait
. See the documentation in WebDriverWait
for
more information.
- See Also:
- Serialized Form
TimeoutException
public TimeoutException(String message)
- Deprecated.
- Time out a test, indicating why the timeout occurred.
TimeoutException
public TimeoutException(String message,
Throwable cause)
- Deprecated.
- Time out a test, indicating why the timeout occurred and giving a cause.
Copyright © 2011. All Rights Reserved.