Skip to content

tab crashed error occurs frequently with Chrome 133 on undetected-chromedriver 3.5.5 #2168

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

Open
rs517 opened this issue Mar 26, 2025 · 1 comment

Comments

@rs517
Copy link

rs517 commented Mar 26, 2025

Hi, thank you for your great work on this project.

Since Chrome was updated to version 133.0.6943.126, I've started seeing the following error much more frequently when using undetected-chromedriver v3.5.5:

WebDriverException  
Message: tab crashed  
(Session info: chrome=133.0.6943.126)  
Stacktrace:  
#0 0x55e82aa0014a <unknown>  
#1 0x55e82a49d9d3 <unknown>  
#2 0x55e82a4861ed <unknown>  

This happens randomly but quite often.

I’ve observed that the error can occur during:

  1. driver.get("https://example.com")
  2. driver.find_elements(...)
  3. WebDriverWait(driver, 20).until(...)

I’d like to avoid downgrading Chrome if possible, as I need to keep the environment clean and up-to-date.

Is there any known workaround or fix for this issue with Chrome 133?

Thanks in advance for your help!

@gaojunxin
Copy link

I also encountered the same problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants