By some project reasons I have to use Selenium 4 (4.0.0-rc3) and Chrome version 71. Of course the current chromedriver (version 94) doesn't work with old chrome.
I have downloaded the source code of chromium project for debugging and try to understand how actually driver works with selenium. Probably I will try to make my own driver version but at this moment it seems like an inefficient solution.
I am really stuck with this and will be happy to get any advice. Is it possible just to configure driver by capabilities (or any parameters) for working with old chrome?
For one more part of solution I have to use `selenium4` and `chrome browser 71`. In this case better to choose `driver 94` but I am ready to try to configure `driver 71` – Paul Ian Oct 13 '21 at 12:29