puppeteer-with-fingerprints
puppeteer-with-fingerprints copied to clipboard
Anonymous automation via puppeteer with fingerprint replacement technology.
The code executes just fine when launching the first instance, the error seems to occur with subsequent instances, and also does not happen 100% of the time but appears to...
``` const browser = await plugin.launch({ userDataDir: userDataDir, protocolTimeout: 2147483647, headless: false, args: [ `--window-name=${beautyName}`, `--allow-file-access-from-files`, `--disable-extensions-except=${extensionPath1},${extensionPath3},${extensionPath6},${extensionPath7}`, `--load-extension=${extensionPath1},${extensionPath3},${extensionPath6},${extensionPath7}`, '--window-position=0,0' ] }); ``` The File choose dialog not opening in first...
Does this package support for run multiple browsers at once? Like 10-50 parallel browsers from the same node process? I'm trying but browsers starting very very long or even timeout...
I'm impressed with how well this repository's documentation is written, especially with the helpful examples that make it easy to understand. However, I still don't quite grasp the difference between...
I use the sample code directly to test with headful mode, code as below. However, creepjs assess me with 0% score... Is there anything I missed? ``` import { plugin...
I was using Mac M2 and try to install the plugin with `npm i puppeteer-with-fingerprints` but it shows Unsupported platform and logs as below: `npm ERR! code EBADPLATFORM npm ERR!...
Below code that displays problem. When no plugin is used - everything works as expected, click on link opens and load new page. Using BAS ends with timeout error waiting...
`C:\Users\user\OneDrive\Desktop\bot-main\node_modules\proper-lockfile\lib\lockfile.js:285 return callback(Object.assign(new Error('Lock is not acquired/owned by you'), { code: 'ENOTACQUIRED' })); ^ Error: Lock is not acquired/owned by you at C:\Users\user\OneDrive\Desktop\bot-main\node_modules\proper-lockfile\lib\lockfile.js:285:43 at LOOP (node:fs:2833:14) at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {...
Hello, I tried to set allow location permission to website like google map, but it still showing doesn't able to get my gps location. How could I make the setup...
Proxy: socks5://0323604f47u44d1ac49e__cr.es:[email protected]:645 I think it doesnt like _ or . in the login string ``` Error: Server error : Recv failure: Connection was reset at SocketService. (C:\Users\apps\launcher\node_modules\bas-remote-node\src\index.js:47:26) at SocketService.emit (node:events:531:35)...