Open ganyu87 opened 6 months ago
Nodriver uses Chrome DevTools Protocol.
It is much lighter on your resources. And I mean a lot. And as @juhacz points out, it uses cdp. Selenium also uses cdp but uses a binary as proxy (which is webdriver). It's not that hard to learn. I've seen several projects and contributions using nodriver. There's documentation on https://ultrafunkamsterdam.github.io/nodriver/
And a video tutorial is on the way
hi leon @ultrafunkamsterdam
Your nodriver is really good. what is the different between your both repo? is there any specifics thing that not allowed you to implement nodriver to undetected-chromedriver? because if we using nodriver, we need to learn all new function not like undetected-chromedriver which can use selenium function
Thanks. Really good job man