Browser로 돌아가기
Knoon AI를 Browser (System)과 연결하여 AI 워크플로우를 자동화하세요.
Get a public web page HTML plus desktop and mobile screenshots through the browser.
systemBrowserGetSnapshot
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| url | mustache | Public http or https URL to open. | 네 |
| snapshotMode | string | Choose what to return from the browser sandbox: screenshots only, HTML only, markdown only, screenshots plus markdown, or screenshots plus HTML. | 아니요 |
| waitUntil | string | Browser waitUntil value: load, domcontentloaded, networkidle0, or networkidle2. Defaults to domcontentloaded. | 아니요 |
| waitForSelector | mustache | Optional CSS selector to wait for before capturing. | 아니요 |
| delayMs | number | Optional delay in milliseconds after page load before capturing. Maximum 29000. | 아니요 |
| timeoutMs | number | Optional navigation timeout in milliseconds. Maximum 30000. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| 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. |
| markdownSnippet | string | Markdown snippet linking to the requested HTML and screenshot attachments. |
| screenshotExt | string | Screenshot extension. |