Merge pull request #916 from getmaxun/ss-scrape

feat: add scrape screenshot support
This commit is contained in:
Karishma Shukla
2025-12-05 23:20:51 +05:30
committed by GitHub
12 changed files with 281 additions and 56 deletions

View File

@@ -26,7 +26,7 @@ interface RobotMeta {
params: any[];
type?: 'extract' | 'scrape';
url?: string;
formats?: ('markdown' | 'html')[];
formats?: ('markdown' | 'html' | 'screenshot-visible' | 'screenshot-fullpage')[];
}
interface RobotWorkflow {