| id | class-error |
|---|---|
| title | Error |
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import HTMLCard from '@site/src/components/HTMLCard';
- extends: Exception
Error is raised whenever certain operations are terminated abnormally, e.g. browser closes while page.evaluate() is running. All Playwright exceptions inherit from this class.
<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.11error.message
Message of the error.
Usage
error.messageType
<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.11error.name
Name of the error which got thrown inside the browser. Optional.
Usage
error.nameType
<font size="2" style={{position: "relative", top: "-20px"}}>Added in: v1.11error.stack
Stack of the error which got thrown inside the browser. Optional.
Usage
error.stackType