Class 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() or BrowserType.launch().
See Also:
  • Constructor Details

    • TimeoutError

      public TimeoutError(String message)
    • TimeoutError

      public TimeoutError(String message, Throwable exception)