|
Hey! I saw all replies, about changing WebGl using stealth. But as now we have SB UC, what will be the right way, to change WEBGL for profiles? |
Answered by
mdmintz
Jan 7, 2025
Replies: 1 comment
|
WebGL isn't enabled by default. You have to set SeleniumBase/examples/raw_robot.py Line 3 in 11e81b0 If you're asking about profiles, note that you can only set the If you're asking about changing fingerprints, note that SeleniumBase makes your browser look like a regular human-controlled web browser, but it does not change your fingerprint. |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WebGL isn't enabled by default. You have to set
enable_3d_apis=True. Example:SeleniumBase/examples/raw_robot.py
Line 3 in 11e81b0
If you're asking about profiles, note that you can only set the
user_data_dir(not the profile). TheDefaultprofile is always used.If you're asking about changing fingerprints, note that SeleniumBase makes your browser look like a regular human-controlled web browser, but it does not change your fingerprint.