Skip to content

Commit

Permalink
chore:Added the chromedriver binary for the Snap-CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaleo committed Oct 7, 2015
1 parent cf774f8 commit 80913b9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ out
build
bin
thucydides-arquillian
tools
*.sublime-project
*.sublime-workspace
.hg*
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ subprojects {
}

ext {
seleniumVersion = '2.47.1'
seleniumVersion = '2.47.2'
groovyVersion = '2.3.9'
junitVersion = '4.11'
hamcrestVersion = '1.3'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,6 @@ public WebElementFacade selectByIndex(int indexValue) {
return this;
}

@Override
public <X> X getScreenshotAs(OutputType<X> target) throws WebDriverException {
if (driverIsDisabled()) {
return null;
Expand Down
Binary file added tools/chromedriver/linux/chromedriver
Binary file not shown.

0 comments on commit 80913b9

Please sign in to comment.