webdriverextensions / webdriverextensions-maven-plugin-repository

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

Add driver entries for Apple Silicon M1 #101

Closed ocindev closed 1 year ago

ocindev commented 2 years ago

I do rely heavily on the usage of the webdriver-binaries-gradle-plugin, which is more or less a groovy implementation of the existing maven plugin. Both use this repository as their source for the available driver binaries. The gradle plugin is already able to identify the M1 architecture as arm64, but there are no definitions present in this repository yet.

I was able to configure a local json file as the source instead using the driverUrlsConfiguration property, but i'd prefer to use the public repository instead.

treyturner commented 2 years ago

Heya, thanks for this. Based on #91, it sounds like @sephiroth-j had some investigation to do, for which #65 was opened.

sievemaker commented 2 years ago

Why it is still not merged :( ?

sephiroth-j commented 1 year ago

Please test the version 3.4.0-SNAPSHOT of the plugin that supports Mac on M1. See https://github.com/webdriverextensions/webdriverextensions-maven-plugin/issues/65#issuecomment-1264670358 for more information and leave a comment there if it works or not.

Chr3is commented 1 year ago

I've created https://github.com/erdi/webdriver-binaries-gradle-plugin/issues/34 for the new "arch" property.

sephiroth-j commented 1 year ago

closed in favor of #111 which contains the new "arch" property