selenium.common.exceptions.SeleniumManagerException
* Sample code that you are using which can reproduce the problem.
* Do you have the link to a public facing site which can be used to reproduce the problem (or) atleast a complete HTML page source of the page ?
* Operating system name and version.
* Details of the error/stacktrace etc which shows the details of the problem you are facing.
/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 github.com/SeleniumHQ/selenium/issues
Traceback (most recent call last):
File “/Users/douglasmckinley/PycharmProjects/carPuppetTwo/chrome.py”, line 5, in
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 github.com/SeleniumHQ/selenium/issues
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 github.com/SeleniumHQ/selenium/issues
Traceback (most recent call last):
File “/Users/douglasmckinley/PycharmProjects/carPuppetTwo/chrome.py”, line 5, in
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 github.com/SeleniumHQ/selenium/issues
Process finished with exit code 1
Read more here: Source link
