Skip to content

Commit

Permalink
[java] Adding some debug trace to figure out why W3CRemoteDriverTest.…
Browse files Browse the repository at this point in the history
…shouldPreferMarionette fails on travis
  • Loading branch information
barancev committed Dec 10, 2018
1 parent c758097 commit 1e8e5b4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ DriverService getDriverService() {
try {
return bs.build();
} catch (Throwable e) {
e.printStackTrace();
return null;
}
})
Expand Down

0 comments on commit 1e8e5b4

Please sign in to comment.