Skip to content

Commit

Permalink
update Selenium to latest version compatible with Firefox v43
Browse files Browse the repository at this point in the history
  • Loading branch information
aamyot committed Dec 18, 2015
1 parent 42e0e71 commit 98467f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Expand Up @@ -35,10 +35,10 @@ def libs = [
mockito : 'org.mockito:mockito-all:1.10.19',
junit : 'junit:junit:4.11@jar',
gson : 'com.google.code.gson:gson:2.3.1',
selenium : ['org.seleniumhq.selenium:selenium-api:2.44.0',
'org.seleniumhq.selenium:selenium-remote-driver:2.44.0',
'org.seleniumhq.selenium:selenium-htmlunit-driver:2.44.0',
'org.seleniumhq.selenium:selenium-firefox-driver:2.44.0']
selenium : ['org.seleniumhq.selenium:selenium-api:2.48.0',
'org.seleniumhq.selenium:selenium-remote-driver:2.48.0',
'org.seleniumhq.selenium:selenium-htmlunit-driver:2.48.0',
'org.seleniumhq.selenium:selenium-firefox-driver:2.48.0']
]

dependencies {
Expand Down

0 comments on commit 98467f8

Please sign in to comment.