2021-03-06 00:32:33 +01:00
|
|
|
# class: PlaywrightException
|
2022-07-06 02:24:50 +02:00
|
|
|
* since: v1.10
|
2021-03-06 00:32:33 +01:00
|
|
|
* 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.
|