I webscrape in Jupiter notebook (Python) using selenium and a chrome driver. With the new chrome version (113.0.5672.64) the driver fails to launch. I have the 113.0.5672.63 chrome driver version. It complaints about a missing chrome_elf.dll in the folder Application/113.0.5672.63. (Using the chrome browser manually works just fine).
How do I fix that? I really need to get the scraper running again. Any help would be highly appreciated!!
I un- and reinstalled chrome already but that didn't help. I also deleted and re-downloaded the chrome driver.