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
TimeoutError is emitted whenever certain operations are terminated due to timeout, e.g.
Page.waitForSelector() or BrowserType.launch().- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimeoutError(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
-
Constructor Details
-
TimeoutError
-
TimeoutError
-