get_browser_errors
Retrieve browser runtime errors (uncaught exceptions and unhandled promise rejections) with error message, stack trace, and DOM context for debugging.
Instructions
取得瀏覽器 runtime 錯誤(uncaught exceptions + unhandled promise rejections)。包含 error message、stack trace、發生位置的 DOM context。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 回傳筆數上限,預設 20 | |
| url_filter | No | 只回傳包含此子字串的 URL 的錯誤 |