feat(actions): add scroll
This commit is contained in:
@@ -99,7 +99,10 @@ export type Action = {
|
||||
} | {
|
||||
type: "pressKey",
|
||||
key: string,
|
||||
};;
|
||||
} | {
|
||||
type: "scroll",
|
||||
direction: "up" | "down",
|
||||
};
|
||||
|
||||
export interface ScrapeParams<LLMSchema extends zt.ZodSchema = any, ActionsSchema extends (Action[] | undefined) = undefined> extends CrawlScrapeOptions {
|
||||
extract?: {
|
||||
|
||||
Reference in New Issue
Block a user