Skip to content

Commit

Permalink
Updated Webdriver geckodriver to version 0.24
Browse files Browse the repository at this point in the history
- Set geckodriver to version 0.24 again
-- Shut down of firefox (NoSuchSessionExceptions) on Jenkns were not
affected by the geckodriver version change
  • Loading branch information
helkv committed Mar 7, 2019
1 parent bccd764 commit d14a292
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
<name>geckodriver</name>
<platform>windows</platform>
<bit>64</bit>
<version>0.23.0</version>
<url>https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-win64.zip</url>
<version>0.24.0</version>
<url>https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-win64.zip</url>
</driver>
<driver>
<name>geckodriver</name>
<platform>linux</platform>
<bit>64</bit>
<version>0.23.0</version>
<url>https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz</url>
<version>0.24.0</version>
<url>https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz</url>
</driver>
<driver>
<name>chromedriver</name>
Expand Down Expand Up @@ -113,7 +113,6 @@
<artifactId>log4j-core</artifactId>
<version>2.11.1</version>
</dependency>

</dependencies>

<profiles>
Expand Down

0 comments on commit d14a292

Please sign in to comment.