crawler
Variable: crawler
const crawler: {
click: (id: string) => Promise<any>;
goToPage: (url: string) => void;
screenshot: () => void;
scroll: (direction: string) => void;
start: () => void;
};
Defined in: packages/codeboltjs/src/modules/crawler.ts:6
A module for controlling a web crawler through WebSocket messages.