MCPcopy
hub / github.com/firecrawl/firecrawl / UrlModel

Interface UrlModel

apps/playwright-service-ts/api.ts:174–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172];
173
174interface UrlModel {
175 url: string;
176 wait_after_load?: number;
177 timeout?: number;
178 headers?: { [key: string]: string };
179 check_selector?: string;
180 skip_tls_verification?: boolean;
181}
182
183let browser: Browser;
184

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…