How to setup Webdriver manager to use chromedriver in a MacOS app compiled with PyInstaller
In my python script I am currently using webdriver_manager (text) to install the chrome webdriver. This webdriver is used to create a Selenium driver to navigate websites and collect HTML data. This script works perfectly when running in python, but when I use PyInstaller, with the “–onefile” flag to convert it into a .app, the code does not work as expected. I am on an intel based Mac.