You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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,
The text was updated successfully, but these errors were encountered: