mozilla / geckodriver

WebDriver for Firefox
https://firefox-source-docs.mozilla.org/testing/geckodriver/
Mozilla Public License 2.0
7.03k stars 1.51k forks source link

selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status -1 #2137

Closed tebiodl closed 7 months ago

tebiodl commented 9 months ago

System

Testcase

webdriver.Firefox(executable_path=r'C:\Programs\Firefox\geckodriver.exe', firefox_binary=binary, firefox_profile=selenium_profile)

Stacktrace

selenium.common.exceptions.WebDriverException: Message: Process unexpectedly closed with status -1

whimboo commented 9 months ago

Could you please attach a trace-level log from geckodriver? Read more about reporting actionable bugs in our contribution guidelines.