ย้อนกลับไปยัง 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. |