Feature and motivation
Thanks for adding selenium manager.
One request is, sometimes latest version of chromedriver may have some issues. Previous version of driver may work with latest version of chrome. hence rather than having blocked, User should be able to specify fallback option so that selenium will download previous stable version.
Ex:
Chrome 106 and Chromedriver 106 - Timed out receiving message from renderer
Chrome 106 and Chromedriver 105 - works fine
Thanks
Usage example
I should be able to specify browser driver version or Boolean flag to fallback to previous stable version while initializing browser.
Feature and motivation
Thanks for adding selenium manager.
One request is, sometimes latest version of chromedriver may have some issues. Previous version of driver may work with latest version of chrome. hence rather than having blocked, User should be able to specify fallback option so that selenium will download previous stable version.
Ex:
Chrome 106 and Chromedriver 106 - Timed out receiving message from renderer
Chrome 106 and Chromedriver 105 - works fine
Thanks
Usage example
I should be able to specify browser driver version or Boolean flag to fallback to previous stable version while initializing browser.