Browser automation tools with least fingerprints?

LawrenceOA

Newbie
Joined
Sep 2, 2021
Messages
11
Reaction score
2
Hi,

What form of browser automation and software/tools do you prefer and leaves the least fingerprints? (I have programming knowledge)

-Tools like BAS, zennoposter, macrosengine, etc (also heard of winautomation)

-Libraries like selenium, puppeteer or playwright using your own custom code. Is it possible to mimic mouse movent and interact with javascript using headless browsers?

I have read a lot different opinions on this so would love to hear what some of you guys think
 
Is it possible to mimic mouse movent and interact with javascript using headless browsers?

This is possible with the Chrome DevTools Protocol. You can also take control of the V8 engine. Then send back altered data to the service.

Best of luck
 
Back
Top