Hi
I've tried to use webdriver manager which should download proper latest version. But I encounter an error every time.
That says - Chromdriver version is 114 and Chrome is 90.
I found a solution - service = Service(ChromeDriverManager("90.0.4430.24").install())
That work. But it uses old version. Is there any way to update Chrome ?