playwright/docs/src/api/class-playwrightexception.md

9 lines
289 B
Markdown
Raw Normal View History

# class: PlaywrightException
2022-07-05 16:24:50 -08:00
* since: v1.10
* langs: java
* extends: [RuntimeException]
PlaywrightException is thrown whenever certain operations are terminated abnormally, e.g.
browser closes while [`method: Page.evaluate`] is running. All Playwright exceptions
inherit from this class.