Why does SeleniumBase in UC mode fail to find the driver path in a .exe built with PyInstaller?
I am using SeleniumBase in UC mode to launch a website. When I run my script as a .py file in PyCharm, it works fine. However, after converting it to an .exe file using PyInstaller and running the .exe, I encounter an error stating that the driver path cannot be found. This issue does not occur when I use standard Selenium, which works seamlessly in both .py and .exe modes.
Why does SeleniumBase in UC mode fail to find the driver path in a .exe built with PyInstaller?
I am using SeleniumBase in UC mode to launch a website. When I run my script as a .py file in PyCharm, it works fine. However, after converting it to an .exe file using PyInstaller and running the .exe, I encounter an error stating that the driver path cannot be found. This issue does not occur when I use standard Selenium, which works seamlessly in both .py and .exe modes.