We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a91ecf commit 2c5e33dCopy full SHA for 2c5e33d
docs/src/api/class-page.md
@@ -2687,10 +2687,18 @@ Returns up to (currently) 200 last console messages from this page. See [`event:
2687
2688
## async method: Page.pageErrors
2689
* since: v1.56
2690
+* langs: js, python
2691
- returns: <[Array]<[Error]>>
2692
2693
Returns up to (currently) 200 last page errors from this page. See [`event: Page.pageError`] for more details.
2694
2695
+## async method: Page.pageErrors
2696
+* since: v1.56
2697
+* langs: csharp, java
2698
+- returns: <[Array]<[string]>>
2699
+
2700
+Returns up to (currently) 200 last page errors from this page. See [`event: Page.pageError`] for more details.
2701
2702
2703
## method: Page.locator
2704
* since: v1.14
0 commit comments