Skip to content

Commit

Permalink
add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dickschoeller committed Apr 24, 2017
1 parent 4bf869e commit 9031195
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,11 @@ public void setUp() throws MalformedURLException {
if (sessionId == null) {
sessionId = driver.getSessionId();
}
if (sessionId == null) {
logger.warn("********************** "
+ "SESSION ID IS NULL IN SETUP"
+ " *********************");
}
}

/**
Expand Down

0 comments on commit 9031195

Please sign in to comment.