-
Notifications
You must be signed in to change notification settings - Fork 989
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
UC Mode issues with chromedriver 130 / Chrome 130 #3205
Comments
Hi, are you on MacOS? I have similar problem on MacOS, here i opened a ticket |
no I'm windows OS but I think the solution is to back 2 old versions of chrome driver and chrome browser so that uc mode works fine |
i updated my chrome on windows an i have the same problem also on windows Where can i download older chrome version? Thanks |
Try setting driver_version="129" That workaround should work until a more permanent solution becomes available. I’m figuring out how to properly patch all the driver changes that appeared in 130. |
yes It worked now thank you mintz you are a gem anyway I appreciate your work so much ♥ |
it seems to open two windows after
Not a very elegant workaround , but maybe helpful if driver_version="129" isnt doing the trick. |
I'm not sure what percent of people are seeing this, so I created a poll in Discord. If that link didn't work, here's the link to join the SeleniumBase Discord first: https://discord.gg/EdhQTn3EyE |
I am experiencing an issue that I think is related. Part of my script will change to the captcha iframe and check that it's been solved. The script occasionally opens the same content in a new tab. The only problem with this is that the original tab will keep auto-solving the captcha after the solution resets, using up my credits. |
The issue is related to the new structure of the |
I tried that, and it caused problems. The browser would open, and then nothing else happens. When you say to create the user-dir in advance, do you mean create the folder, or to use another script that will create the user-dir, then have my script use this dir? |
@JasonCrowe The entire folder structure with data files must be there in advance. (Starting in Chrome 130) That means another script must run in advance. |
I tried using a profile folder created a few weeks ago, but it didn't work. Is there anything else I can try? |
Wait for the next SeleniumBase release. Coming soon. |
Okay, thanks. I appreciate you and all the work you have put into this project. |
Tell me why some pages are being replaced with chrome-extension://neajdppkdcdipfabeoofebfddakdcjhd/audio.html in SB UC mode This happens after upgrading to Chrome 130 The problem is described in more detail here |
in some pages im gettin this response with the self.get_page_source() <script src="audio.js"></script> i'm using the latest chrome version 130 |
Fixed in |
Upgrade to |
me too, but it seem fix issue |
everything was fine and working good after the chrome driver update the uc mode makes driver don't recognize any element of web page instead when removing uc=True
it works fine and detects all elements on the page so it means the driver update made something like conflict please help
The text was updated successfully, but these errors were encountered: