Skip to content

Commit

Permalink
Downgrade WebDriver geckodriver to version 0.23
Browse files Browse the repository at this point in the history
- Temporarily reset geckodriver to version 0.23
-- Check weather this stops NoSuchSessionExceptions running tests on
Jenkins
  • Loading branch information
helkv committed Mar 6, 2019
1 parent d666111 commit bccd764
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 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.24.0</version>
<url>https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-win64.zip</url>
<version>0.23.0</version>
<url>https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-win64.zip</url>
</driver>
<driver>
<name>geckodriver</name>
<platform>linux</platform>
<bit>64</bit>
<version>0.24.0</version>
<url>https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-linux64.tar.gz</url>
<version>0.23.0</version>
<url>https://github.com/mozilla/geckodriver/releases/download/v0.23.0/geckodriver-v0.23.0-linux64.tar.gz</url>
</driver>
<driver>
<name>chromedriver</name>
Expand Down Expand Up @@ -113,6 +113,7 @@
<artifactId>log4j-core</artifactId>
<version>2.11.1</version>
</dependency>

</dependencies>

<profiles>
Expand Down

0 comments on commit bccd764

Please sign in to comment.