Skip to main content

PlaywrightException

当某些操作异常终止时,例如浏览器在 Page.evaluate() 运行时关闭,就会抛出 PlaywrightException。所有 Playwright 异常都继承自此类。

¥PlaywrightException is thrown whenever certain operations are terminated abnormally, e.g. browser closes while Page.evaluate() is running. All Playwright exceptions inherit from this class.