Skip to content

A way to undetectable from fingerprints #2040

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
YOTYTeaM opened this issue Aug 29, 2023 · 1 comment
Closed

A way to undetectable from fingerprints #2040

YOTYTeaM opened this issue Aug 29, 2023 · 1 comment
Labels
question Someone is looking for answers UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode

Comments

@YOTYTeaM
Copy link

google can detects me with fingerprints

if you using --disable-gpu, google will detect you as bot
but without that, in first time you allow to go, but in second time google with fingerprints can detect you.
(i changing ip every time)

selenium_stealth(https://pypi.org/project/selenium-stealth/) can change WebGL renderer and vendor but it make you detectable as bot, website for test: https://pixelscan.net/

im using SB

a there way to fix that?
( its not about bot detection, i talking about detection with fingerprints)

@mdmintz mdmintz added the question Someone is looking for answers label Aug 29, 2023
@mdmintz
Copy link
Member

mdmintz commented Aug 29, 2023

This works:

from seleniumbase import Driver
import time

driver = Driver(uc=True)
driver.get("https://pixelscan.net/")
time.sleep(15)
driver.quit()
Screenshot

@mdmintz mdmintz closed this as completed Aug 29, 2023
@mdmintz mdmintz added the UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode label Aug 30, 2023
@seleniumbase seleniumbase locked as resolved and limited conversation to collaborators Nov 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
question Someone is looking for answers UC Mode / CDP Mode Undetected Chromedriver Mode / CDP Mode
Projects
None yet
Development

No branches or pull requests

2 participants