playwright/docs/src/api/class-playwrightexception.md
2021-03-05 15:32:33 -08:00

274 B

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.