uc_driver issue #329
uc_driver issue
#329
-
Hi! I looked a few of the past threads regarding this issue but haven't found a solution. I'm getting the below error this morning, seems like due to |
Beta Was this translation helpful? Give feedback.
Answered by
jdholtz
Jan 12, 2025
Replies: 1 comment 4 replies
-
What version of SeleniumBase are you using ( |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately I cannot reproduce the uc_driver or sbase issues on my Windows machine. Could you remove the uc_driver.exe and chromedriver.exe files? Per the traceback, they should be located in
c:\Users\Brian\OneDrive\Documents\southwest-auto-check-in.venv\Lib\site-packages\seleniumbase\drivers
.Also, can you upgrade to the latest SeleniumBase version (
pip install --upgrade seleniumbase
) to see if that fixes the issue if my suggestion before doesn't?