/Users/douglasmckinley/.conda/envs/carPuppetTwo/bin/python /Users/douglasmckinley/PycharmProjects/carPuppetTwo/chrome.py
Unable to obtain driver using Selenium Manager: /Users/douglasmckinley/.conda/envs/carPuppetTwo/lib/python3.10/site-packages/selenium/webdriver/common/macos/selenium-manager is missing. Please open an issue on
https://github.com/SeleniumHQ/selenium/issuesTraceback (most recent call last):
File "/Users/douglasmckinley/PycharmProjects/carPuppetTwo/chrome.py", line 5, in <module>
driver = webdriver.Chrome(service=service)
File "/Users/douglasmckinley/.conda/envs/carPuppetTwo/lib/python3.10/site-packages/selenium/webdriver/chrome/webdriver.py", line 82, in __init__
service.path = DriverFinder.get_path(service, options)
File "/Users/douglasmckinley/.conda/envs/carPuppetTwo/lib/python3.10/site-packages/selenium/webdriver/common/driver_finder.py", line 43, in get_path
raise err
File "/Users/douglasmckinley/.conda/envs/carPuppetTwo/lib/python3.10/site-packages/selenium/webdriver/common/driver_finder.py", line 40, in get_path
path = shutil.which(service.path) or SeleniumManager().driver_location(options)
File "/Users/douglasmckinley/.conda/envs/carPuppetTwo/lib/python3.10/site-packages/selenium/webdriver/common/selenium_manager.py", line 90, in driver_location
args = [str(self.get_binary()), "--browser", browser, "--output", "json"]
File "/Users/douglasmckinley/.conda/envs/carPuppetTwo/lib/python3.10/site-packages/selenium/webdriver/common/selenium_manager.py", line 61, in get_binary
raise SeleniumManagerException(f"{path} is missing. Please open an issue on {tracker}")
selenium.common.exceptions.SeleniumManagerException: Message: /Users/douglasmckinley/.conda/envs/carPuppetTwo/lib/python3.10/site-packages/selenium/webdriver/common/macos/selenium-manager is missing. Please open an issue on
https://github.com/SeleniumHQ/selenium/issuesProcess finished with exit code 1