please, tell me, this library is still working? #59
-
hello @kaliiiiiiiiii, please tell me this library is working? PROFILE = {
"Windows": {
"options": {
"gpu": 'ANGLE (Intel, Intel(R) HD Graphics 520 Direct3D11 vs_5_0 ps_5_0)',
"window_size": {
"x": 1366,
"y": 768}
},
"cdp": {
"touch": True,
"maxtouchpoints": 10,
"cores": 4,
"patch_version": True,
"emulation": {"mobile": False, "width": 1366, "height": 768, "deviceScaleFactor": 1,
"screenOrientation": {"type": "landscapePrimary", "angle": 0}},
"useragent": {
"platform": "Win32",
"acceptLanguage": "en-US",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36",
"userAgentMetadata": {
"brands": [{"brand": "Google Chrome", "version": "114"},
{"brand": "Chromium", "version": "114"},
{"brand": "Not=A?Brand", "version": "24"}],
"fullVersionList": [{"brand": "Google Chrome", "version": "114.0.5735.134"},
{"brand": "Chromium", "version": "114.0.5735.134"},
{"brand": "Not=A?Brand", "version": "24.0.0.0"}],
"fullVersion": "114.0.5735.134",
"platform": "Windows",
"platformVersion": "10.0.19045",
"architecture": "x86",
"model": "",
"mobile": False,
"bitness": "64",
"wow64": False}
}
}
}
} my code from selenium_profiles import webdriver
mydriver = webdriver.Chrome(PROFILE["Windows"], uc_driver=False) # or pass seleniumwire-options
driver = mydriver.start()
# get url
try:
driver.get('https://abrahamjuliot.github.io/creepjs/') # test fingerprint
input("Press ENTER to exit: ")
finally:
driver.quit() # Execute on the End!
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
No, emulating a different GPT-vendor isn't supported for now. |
Beta Was this translation helpful? Give feedback.
-
@ArtDanger are you referring to https://anty.dolphin.ru.com/ ? |
Beta Was this translation helpful? Give feedback.
-
Yeah, that would be possible with overwriting those values using javascript. The problem with that is that overwriting currently is detectable. For more information, you might have a look at abrahamjuliot/creepjs#147 or adtechmadness.wordpress.com/2019/03/23/javascript-tampering-detection-and-stealth |
Beta Was this translation helpful? Give feedback.
Yeah, that would be possible with overwriting those values using javascript. The problem with that is that overwriting currently is detectable.
For more information, you might have a look at abrahamjuliot/creepjs#147 or adtechmadness.wordpress.com/2019/03/23/javascript-tampering-detection-and-stealth