Quay lại Browser
Kết nối Knoon AI với Browser (System) để tự động hóa các quy trình làm việc AI.
Get a public web page HTML plus desktop and mobile screenshots through the browser.
systemBrowserGetSnapshot
BẢN THỬ NGHIỆM
Nội bộ
Quyền hạn
Không có mục nào để hiển thị.
Quyền hạn tùy chọn
Không có mục nào để hiển thị.
Tham số
| Tên | Loại | Mô tả | Bắt buộc |
|---|---|---|---|
| url | mustache | Public http or https URL to open. | Có |
| snapshotMode | string | Choose what to return from the browser sandbox: screenshots only, HTML only, markdown only, screenshots plus markdown, or screenshots plus HTML. | Không |
| waitUntil | string | Browser waitUntil value: load, domcontentloaded, networkidle0, or networkidle2. Defaults to domcontentloaded. | Không |
| waitForSelector | mustache | Optional CSS selector to wait for before capturing. | Không |
| delayMs | number | Optional delay in milliseconds after page load before capturing. Maximum 29000. | Không |
| timeoutMs | number | Optional navigation timeout in milliseconds. Maximum 30000. | Không |
Trả về
| Tên | Loại | Mô tả |
|---|---|---|
| status | string | DONE. |
| finalUrl | string | Final page URL after redirects. |
| httpStatus | number | HTTP status code. |
| htmlAttachment | string | HTML attachment URL when requested. |
| markdownAttachment | string | Markdown attachment URL when requested. |
| screenshotDesktopAttachment | string | Desktop screenshot attachment URL when requested. |
| screenshotMobileAttachment | string | Mobile screenshot attachment URL when requested. |
| errorLogs.source | string | Error source: console, pageerror, requestfailed, or http_error. |
| errorLogs.message | string | Error message. |
| errorLogs.url | string | Related script, document, or resource URL when available. |
| errorLogs.status | number | HTTP status code for http_error entries when available. |
| errorLogs.resourceType | string | Browser resource type, such as image, script, stylesheet, or document, when available. |
| errorLogs.lineNumber | number | Console source line when available. |
| errorLogs.columnNumber | number | Console source column when available. |
| errorLogsTruncated | boolean | True when additional browser errors were omitted to keep the tool result bounded. |
| markdownSnippet | string | Markdown snippet linking to the requested HTML and screenshot attachments. |
| screenshotExt | string | Screenshot extension. |