Open
Description
Both gecko and chrome driver are downloaded as zip files with version numbers in file names.
Each zip has the driver without the version number, but webdriver-manager is adding the version number to the .exe file name on extracting them.
This makes harder to keep driver path updated, as we have to update the path everytime to point to the new file.
Also many tools by default try to run chromedriver.exe and not something like chromedriver_76.0.X.exe.