Yeah, same issue here! Chrome driver version 125.0.6422.142 is causing random failures in my automation scripts too.
I checked the ChromeDriver release notes, and it seems like there might be a bug with certain page interactions.
For now, I’ve downgraded to 124.0.6367.91, and it’s stable. Maybe give that a shot?
Also, if you’re using Selenium, try adding explicit waits—sometimes that helps with the timeouts.
I checked the ChromeDriver release notes, and it seems like there might be a bug with certain page interactions.
For now, I’ve downgraded to 124.0.6367.91, and it’s stable. Maybe give that a shot?
Also, if you’re using Selenium, try adding explicit waits—sometimes that helps with the timeouts.
