Display browser logs in Selenium logs
driver.manage().logs() .get('browser') .then(v => v && v.length && console.log(v));