The document contains an error traceback indicating a failure in a Python script that uses Selenium WebDriver with Chrome. The specific error is a 'SessionNotCreatedException' due to the inability to find the Chrome binary. This suggests that the Chrome browser may not be installed or is not accessible in the expected location.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views2 pages
Message
The document contains an error traceback indicating a failure in a Python script that uses Selenium WebDriver with Chrome. The specific error is a 'SessionNotCreatedException' due to the inability to find the Chrome binary. This suggests that the Chrome browser may not be installed or is not accessible in the expected location.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2
chromedriver.
exe found at C:\Users\seba3\Downloads\lumi gen\lumi gen\assets\
chromedriver.exe Traceback (most recent call last): File "C:\Users\seba3\Downloads\lumi gen\lumi gen\main.py", line 162, in <module> main() ~~~~^^ File "C:\Users\seba3\Downloads\lumi gen\lumi gen\main.py", line 49, in main driver = webdriver.Chrome(service=service, options=chrome_options) File "C:\Users\seba3\AppData\Local\Programs\Python\Python313\Lib\site-packages\ selenium\webdriver\chrome\webdriver.py", line 45, in __init__ super().__init__( ~~~~~~~~~~~~~~~~^ browser_name=DesiredCapabilities.CHROME["browserName"], ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<3 lines>... keep_alive=keep_alive, ^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "C:\Users\seba3\AppData\Local\Programs\Python\Python313\Lib\site-packages\ selenium\webdriver\chromium\webdriver.py", line 66, in __init__ super().__init__(command_executor=executor, options=options) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\seba3\AppData\Local\Programs\Python\Python313\Lib\site-packages\ selenium\webdriver\remote\webdriver.py", line 250, in __init__ self.start_session(capabilities) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ File "C:\Users\seba3\AppData\Local\Programs\Python\Python313\Lib\site-packages\ selenium\webdriver\remote\webdriver.py", line 342, in start_session response = self.execute(Command.NEW_SESSION, caps)["value"] ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\seba3\AppData\Local\Programs\Python\Python313\Lib\site-packages\ selenium\webdriver\remote\webdriver.py", line 429, in execute self.error_handler.check_response(response) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^ File "C:\Users\seba3\AppData\Local\Programs\Python\Python313\Lib\site-packages\ selenium\webdriver\remote\errorhandler.py", line 232, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.SessionNotCreatedException: Message: session not created from unknown error: cannot find Chrome binary Stacktrace: GetHandleVerifier [0x00007FF7C5CB2EC5+28789] (No symbol) [0x00007FF7C5C1F870] (No symbol) [0x00007FF7C5AB8F9A] (No symbol) [0x00007FF7C5AF3528] (No symbol) [0x00007FF7C5AF1556] (No symbol) [0x00007FF7C5B4544B] (No symbol) [0x00007FF7C5B44A20] (No symbol) [0x00007FF7C5B36FF3] (No symbol) [0x00007FF7C5AFFF0E] (No symbol) [0x00007FF7C5B01193] GetHandleVerifier [0x00007FF7C5FFD5FD+3479469] GetHandleVerifier [0x00007FF7C60171A3+3584851] GetHandleVerifier [0x00007FF7C600C44D+3540477] GetHandleVerifier [0x00007FF7C5D78B6A+838938] (No symbol) [0x00007FF7C5C2A4EF] (No symbol) [0x00007FF7C5C26954] (No symbol) [0x00007FF7C5C26AF6] (No symbol) [0x00007FF7C5C16499] BaseThreadInitThunk [0x00007FF83B857374+20] RtlUserThreadStart [0x00007FF83D73CC91+33]
Python Advanced Programming: The Guide to Learn Python Programming. Reference with Exercises and Samples About Dynamical Programming, Multithreading, Multiprocessing, Debugging, Testing and More