-
Notifications
You must be signed in to change notification settings - Fork 982
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
Time Zone Based on IP ,Time Zone,Time From IP,Time From Javascript #2790
Comments
All fingerprint masking is done via the external However, there are ways to change properties via tz_params = {'timezoneId': 'America/New_York'}
driver.execute_cdp_cmd('Emulation.setTimezoneOverride', tz_params) (Note that you'll likely need to load the page first, then call the And as mentioned in #2658 (comment), |
Thank you very much for your reply. Your library has benefited me greatly. Sincerely thank you, but I have encountered some issues. I tried to register an account using your library, but every time it failed. I used a proxy IP and set the browser's fingerprint and other parameters, but none of them worked. I don't know where the problem is. If it doesn't take up your time, I hope you can help me take a look at the code. Below is the code snippet link. Thank you very much and I wish you a happy life。https://github.com/xipeng5/testap/blob/main/test.py |
SeleniumBase UC Mode doesn't do fingerprint alteration. It makes your browser appear as though a human is controlling it, rather than Selenium. The browser fingerprint will be the same as if a human navigated to a website from that network. For fingerprint alterations, you'll need to use external libraries, such as https://github.com/diprajpatra/selenium-stealth. You might also find answers on https://stackoverflow.com/. |
Thank you very much for your reply. My English level is not very good. I will use a translator to complete the conversation with you. If there is anything offensive in my language, please understand. Regarding your suggestion of using selenium Stealth to create fingerprints, I will try it later. I would like to ask you a question as you have done so many automated scripts. What do you think is the core issue with my account registration? Do you think setting up a fingerprint proxy will solve the difficulties I am currently facing? Thank you for your reply. Looking forward to communicating with you |
Using a proxy can help. |
Thank you very much for your reply. I will try what you said and then come back to ask for your advice |
IP based time zone, local time zone, IP based time, local time, WebGL, WebGL Report, WebGPU Report,
some issues were found. Unable to set these parameters on your own. Some parameters, such as WebGL, WebGL Report, and WebGPU Report, are fixed and cannot be randomly generated every time the target website is visited
And in UC mode, the xpath uc selector cannot be used
The text was updated successfully, but these errors were encountered: