Package com.microsoft.playwright
Class TimeoutError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.microsoft.playwright.PlaywrightException
-
- com.microsoft.playwright.TimeoutError
-
- All Implemented Interfaces:
Serializable
public class TimeoutError extends PlaywrightException
TimeoutError is emitted whenever certain operations are terminated due to timeout, e.g.Page.waitForSelector()orBrowserType.launch().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TimeoutError(String message)TimeoutError(String message, Throwable exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-