fix(crawl): disable smart wait
This increases the reliability/deterministic-ness of crawls.
This commit is contained in:
@@ -35,6 +35,7 @@ export type FireEngineScrapeRequestChromeCDP = {
|
||||
actions?: Action[];
|
||||
blockMedia?: true; // cannot be false
|
||||
mobile?: boolean;
|
||||
disableSmartWaitCache?: boolean;
|
||||
};
|
||||
|
||||
export type FireEngineScrapeRequestPlaywright = {
|
||||
|
||||
Reference in New Issue
Block a user