Timezone problem on pixelscan test #2689
Labels
duplicate
The answer/solution already exists somewhere
question
Someone is looking for answers
UC Mode / CDP Mode
Undetected Chromedriver Mode / CDP Mode
First of all I would like to thank you @mdmintz for this excellent library.
I have only been working with it a couple of days and i can see all the features that you have already implemented, is just awesome
Now, I would like to comment about an issue im having with the pixelscan test, which I believe is the reason behind my script is also not passing a turnstile captcha. Im Actually using an authenticated proxy to connect to chrome, wich is working fine with the ip spoofing but is not hidding the timezone correctly on my Chromium.
These images can tell you what im talking about, i were looking for some solutions on stack and i found this thread.
https://stackoverflow.com/questions/44688079/how-do-i-set-a-timezone-in-selenium-chromedriver
Tried some of the solutions proposed there but without results. As I understand it, the change must be made at the time of instantiating the drive. Tried to pass the Timezone args trough the chromium arg but also failed.
with SB( uc=True, proxy=proxy_url, incognito=True, chromium_arg="TZ=America/New_York") as sb: ....
So, my question is, do you have any approach to make this work?
maybe is about my chromium driver version or my js version?
EDIT: my proxy ip is located on US
The text was updated successfully, but these errors were encountered: