webdriverextensions / webdriverextensions-maven-plugin-repository

Repository for drivers used by WebDriver Extensions Maven Plugin
Other
13 stars 52 forks source link

Set default filter on which file to extract for Edge (Chromium) and Opera #76

Closed dannejosefsson closed 2 years ago

dannejosefsson commented 3 years ago

As described in https://github.com/webdriverextensions/webdriverextensions-maven-plugin/issues/50, the extract driver command breaks for Edge (Chromium). This seems also to be the issue with Opera and some further hints about that is that the Opera drivers are commented out, like at InstallDriversOnMac32BitMachineMojoTest.java#L82-L83.

sephiroth-j commented 2 years ago

I am supporting this. Although webdriverextensions/webdriverextensions-maven-plugin#50 is fixed in the upcoming release v3.3.0, the installed driver for Opera and Edge will be located in subfolder (e.q. "edgedriver-windows-64bit") because of the other files and folders in their archives. This requires users to adjust the path and newer features like webdriverextensions/webdriverextensions-maven-plugin#26 will not work for these drivers.