What makes this package mostly undetectable? #86
kaliiiiiiiiii
started this conversation in
General
Replies: 1 comment 1 reply
-
You are awesome. Really....this is awesome. Great job!!! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Basically, frameworks like Selenium, puppeteer or playwright have leaks, as they don't focus on undetectability.
Internally, they all use the chrome-developer-protocol (CDP), which controlls any Chromium based browser in the end.
So what makes this package different?
Runtime.enable
, which are easily detectable.unique_context=True
argument attarget.execute_script
)Beta Was this translation helpful? Give feedback.
All reactions