28 lines
1.9 KiB
Plaintext
28 lines
1.9 KiB
Plaintext
[2025-02-11 20:18:45,013] [MainThread] [INFO] [wh_con.py:__init__:19] 로그기록이 설정되었습니다.
|
|
[2025-02-11 20:18:45,018] [MainThread] [ERROR] [wh_con.py:start_whale_Browser:128] 웨일 브라우저 시작 중 오류 발생: Message: Unable to obtain driver for chrome; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location
|
|
|
|
Traceback (most recent call last):
|
|
File "D:\py\AP_Browser\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 64, in _binary_paths
|
|
raise ValueError(f"The path is not a valid file: {path}")
|
|
ValueError: The path is not a valid file: D:\py\AP_Browser\browsers\chromedriver_128.0.6613.137.exe
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "D:\py\AP_Browser\wh_con.py", line 113, in start_whale_Browser
|
|
self.driver = webdriver.Chrome(service=chrome_service, options=chrome_options)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "D:\py\AP_Browser\Lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 45, in __init__
|
|
super().__init__(
|
|
File "D:\py\AP_Browser\Lib\site-packages\selenium\webdriver\chromium\webdriver.py", line 50, in __init__
|
|
if finder.get_browser_path():
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "D:\py\AP_Browser\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 47, in get_browser_path
|
|
return self._binary_paths()["browser_path"]
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "D:\py\AP_Browser\Lib\site-packages\selenium\webdriver\common\driver_finder.py", line 78, in _binary_paths
|
|
raise NoSuchDriverException(msg) from err
|
|
selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain driver for chrome; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location
|
|
|
|
|