9 lines
166 B
TypeScript
9 lines
166 B
TypeScript
import { PlaywrightCrawler } from 'crawlee';
|
|
|
|
const crawler = new PlaywrightCrawler({
|
|
browserPoolOptions: {
|
|
useFingerprints: false,
|
|
},
|
|
// ...
|
|
});
|