Menu
Playwright logoPlaywright logoPlaywrightDocsAPI
1.8.0
  • Next
  • 1.10.0
  • 1.9.0
  • 1.8.0
  • 1.7.0
  • 1.6.0
  • 1.5.0
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
  • 1.0.0
  • All versions
🌜
🌞
Playwright logoPlaywright logoPlaywright
  • Docs
  • API
  • Versions
    • Next
    • 1.10.0
    • 1.9.0
    • 1.8.0
    • 1.7.0
    • 1.6.0
    • 1.5.0
    • 1.4.0
    • 1.3.0
    • 1.2.0
    • 1.1.0
    • 1.0.0
    • All versions
  • API reference
    • Playwright
    • Classes
      • Accessibility
      • Browser
      • BrowserContext
      • BrowserServer
      • BrowserType
      • CDPSession
      • ChromiumBrowser
      • ChromiumBrowserContext
      • ChromiumCoverage
      • ConsoleMessage
      • Dialog
      • Download
      • ElementHandle
      • FileChooser
      • FirefoxBrowser
      • Frame
      • JSHandle
      • Keyboard
      • Logger
      • Mouse
      • Page
      • Request
      • Response
      • Route
      • Selectors
      • TimeoutError
      • Touchscreen
      • Video
      • WebKitBrowser
      • WebSocket
      • Worker
This is documentation for Playwright 1.8.0, which is no longer actively maintained.
For up-to-date documentation, see the latest version (1.10.0).
Version: 1.8.0

TimeoutError

  • extends: Error

TimeoutError is emitted whenever certain operations are terminated due to timeout, e.g. page.waitForSelector(selector[, options]) or browserType.launch([options]).

Previous
« Selectors
Next
Touchscreen »

Docs

  • Getting started
  • API reference

Community

  • Stack Overflow
  • Slack
  • Twitter

More

  • GitHub
Copyright © 2021 Microsoft