Michael Mintz
Michael Mintz
Closing this in favor of https://github.com/seleniumbase/SeleniumBase/issues/3236.
Use https://github.com/asweigart/pyautogui directly to programmatically control the mouse in a specific way.
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.
I'm not sure what percent of people are seeing this, so [I created a poll in Discord](https://discord.com/channels/727927627830001734/1279196304786063471/1297972287588405329). If that link didn't work, here's the link to join the SeleniumBase Discord...
The issue is related to the new structure of the `user-data-dir` in Chrome 130. If stopping the WebDriver service on a newly-created `user-data-dir`, then there could be intermittent problems when...
> 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...
> 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...
Fixed in `4.32.0` - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.32.0
Upgrade to `4.32.5` (or newer if available). Details: https://github.com/seleniumbase/SeleniumBase/issues/3236
Probably a duplicate of https://github.com/seleniumbase/SeleniumBase/issues/3205#issuecomment-2424100386 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...