crawl_screenshot
Capture a full-page screenshot of any URL and save it to a specified file path.
Instructions
스크린샷을 찍어 파일로 저장한다.
Args: url: 크롤링할 URL. output_path: 저장할 파일 경로. Windows 경로("C:\Users\me\x.png")는 /mnt/c/Users/me/x.png 로 변환해 저장한다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |