Skip to content

Commit

Permalink
Update screenshotter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ylemkimon committed Jul 14, 2020
1 parent dfaf8a7 commit d177974
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockers/screenshotter/screenshotter.js
Original file line number Diff line number Diff line change
Expand Up @@ -419,8 +419,8 @@ function takeScreenshot(key) {
}

function checkErrors() {
driver.log("browser").then(function(results) {
console.log(results.value);
driver.manage().logs().get("browser").then(function(results) {
console.log(results);
waitThenScreenshot();
});
}
Expand Down

0 comments on commit d177974

Please sign in to comment.