Take Screenshots with Narada SDK
The Narada Python SDK makes it easy to capture screenshots of web pages during automation tasks. When you ask Narada to take a screenshot, it automatically saves the image to your local Downloads folder with a timestamped filename for easy organization.How to Take Screenshots with the SDK
1
Basic Screenshot Capture
Use the SDK to capture screenshots with a simple command:
The SDK automatically handles screenshot capture and file organization for you.
2
Automatic Directory Creation
Narada automatically creates a directory structure for your screenshots:
- Main Directory:
Narada Downloadsin your machine’s Downloads folder - Request Directory: Directory named after your
request_idfrom the SDK response - File: Screenshot saved as a
.jpegfile with timestamp
If the
Narada Downloads directory doesn’t exist, it will be created automatically.3
Find Your Screenshot File
Navigate to your Downloads folder and look for:Each screenshot request gets its own directory named after the
request_id for easy correlation with your SDK calls. The screenshot file is automatically named with a timestamp for unique identification.Screenshot Organization
JPEG Format
All screenshots are saved as JPEG files for optimal file size and universal
compatibility.
Request Correlation
Each screenshot directory is named after the
request_id from the SDK response, allowing you to easily track which SDK request generated which files.Timestamp Naming
Screenshots are automatically named with timestamps (e.g.,
save-screenshot-20250828232853.jpeg) to prevent filename conflicts and maintain chronological order.Example Use Cases
- Documentation: Capture screenshots of web interfaces for user guides
- Quality Assurance: Take screenshots during automated testing workflows
- Monitoring: Capture visual evidence of web page states
- Reporting: Include screenshots in automated reports and summaries
- Debugging: Visual documentation of automation steps and results
Next Steps
Learn about other Narada SDK capabilities:- Prompt Optimizer - Improve your prompts for better results
- How to Download Files - Download files and documents during automation
- Structured Output - Extract structured data from your automations
- Parallel Execution - Capture multiple screenshots simultaneously