You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 1.0.12 (by the way your Changelog file has incorrect versions, e.g. it refers to 1.13.0 instead of 1.0.13) respects the content of custom RepositoryMap.xml :
I have only chromedriver specified there.
As a result only chromedriver is downloaded.
Version 1.0.13 downloads every windows driver even if it's not specified in the RepositoryMap.xml .
As a result the content of the drivers.xml (which is in the parent directory) is completely ignored.
That's why it downloads all drivers for the given operation system. It downloads other driver than specified in the drivers.xml.
So it looks like relative reference to the parent folder is the issue.
Paths in the other options works fine (e.g. downloadedZipFileDirectory).
Version 1.0.12 (by the way your Changelog file has incorrect versions, e.g. it refers to 1.13.0 instead of 1.0.13) respects the content of custom RepositoryMap.xml :
I have only chromedriver specified there.
As a result only chromedriver is downloaded.
Version 1.0.13 downloads every windows driver even if it's not specified in the RepositoryMap.xml .
Here is the content of the RepositoryMap.xml :
Only chrome driver should be downloaded. Nothing else.
The text was updated successfully, but these errors were encountered: