-
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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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). TheDefault
profile 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.