I realise this is not the place for this question and I want to avoid wasting all our time with a long and ultimately pointless exchange about this problem but I now get an error during scraping as follows using Firefox 121 running under Mac OS Sonoma, updated to 14.2.1 only a few days ago.
browser = webdriver.Firefox(service = Service(executable_path='/usr/local/bin/geckodriver'))
The error is...
WebDriverException: Process unexpectedly closed with status signal
The question is simple. Has anyone else experienced this in the last few days?
browser = webdriver.Firefox(service = Service(executable_path='/usr/local/bin/geckodriver'))
The error is...
WebDriverException: Process unexpectedly closed with status signal
The question is simple. Has anyone else experienced this in the last few days?