Closed denis-anisimov closed 7 years ago
It looks like the issue is in the plugin config. The plugin is configured in this way:
<configuration>
<onlyGetDriversForHostOperatingSystem>true</onlyGetDriversForHostOperatingSystem>
<rootStandaloneServerDirectory>../driver</rootStandaloneServerDirectory>
<downloadedZipFileDirectory>../driver_zips</downloadedZipFileDirectory>
<customRepositoryMap>../drivers.xml</customRepositoryMap>
</configuration>
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.