8 lines
274 B
Markdown
8 lines
274 B
Markdown
|
|
# class: PlaywrightException
|
||
|
|
* 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.
|