Skip to content
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

Issue with undetected-chromedriver: Browser crashes when navigating to a website #2089

Open
amirzarbakhsh opened this issue Nov 23, 2024 · 0 comments

Comments

@amirzarbakhsh
Copy link

Hello,

I am encountering an issue when using the undetected-chromedriver library in my script. The browser opens successfully, but when I try to navigate to a website, the browser crashes, and a white screen appears. Could you please help me understand why this is happening and how to resolve it?

my code:

`import time
import undetected_chromedriver as uc
from selenium.webdriver.common.by import By

options = uc.options.ChromeOptions()
driver = uc.Chrome(options=options)

driver.get('https://www.google.com')

time.sleep(5)`

I would greatly appreciate any advice or suggestions. Thank you!

Best regards,

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

1 participant