Eventually if the framework gets bigger, it could have its own slack channel, the same way there are for koog, koin, … or any big library for Kotlin.
It’s a totally new field of Kotlin to explore!
r
robstoll
07/06/2025, 7:39 PM
out of curiosity, did you still have to implement some stealth techniques or was using Windows just enough to be accepted by bot detection systems? I guess you still had to fake User-Agent, navigator.webdriver and the like, or not?
a
Anonymike
07/07/2025, 12:07 AM
Nice work!
n
Nathan Fallet
07/07/2025, 1:24 PM
@robstoll We don’t have anything else than Windows and a proxy (to have residential IPs instead of datacenter ones), since starting Chrome and controlling it with CDP is having the same User Agent and everything as if you were opening Chrome on a Windows computer and do things by hand. That’s why we are using CDP and not a driver based like selenium under the hood.