Skip to content

Commit

Permalink
Chromium based edgedriver (#335)
Browse files Browse the repository at this point in the history
* add support for chromium based edgedriver #334
Co-authored-by: Timo van Dorth <Timo.van.Dorth@keylane.com>
  • Loading branch information
timovd authored Jul 14, 2020
1 parent 715b04d commit fa5e666
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<webdriver.download.skip>false</webdriver.download.skip>
<selenium.internetexplorerdriver.version>3.150.1</selenium.internetexplorerdriver.version>
<selenium.edgedriver.version>6.17134</selenium.edgedriver.version>
<selenium.edgedriver.version>83.0.478.50</selenium.edgedriver.version>
<selenium.chromedriver.version>83.0.4103.39</selenium.chromedriver.version>
<selenium.geckodriver.version>0.26.0</selenium.geckodriver.version>

Expand Down Expand Up @@ -281,7 +281,7 @@
<plugin>
<groupId>com.github.webdriverextensions</groupId>
<artifactId>webdriverextensions-maven-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<executions>
<execution>
<goals>
Expand All @@ -304,6 +304,8 @@
<platform>windows</platform>
<bit>64</bit>
<version>${selenium.edgedriver.version}</version>
<url>https://msedgedriver.azureedge.net/${selenium.edgedriver.version}/edgedriver_win64.zip</url>
<fileMatchInside>msedgedriver.exe</fileMatchInside>
</driver>
<driver>
<name>chromedriver</name>
Expand Down

0 comments on commit fa5e666

Please sign in to comment.