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:
java.io.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(java.lang.String message)TimeoutError(java.lang.String message, java.lang.Throwable exception)
-