From 5af3b2de2249d3ed42826a9b9a3d78a86a485632 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Tue, 6 Jun 2023 21:51:11 -0500 Subject: [PATCH] [js] change log level in Selenium Manager to reduce noise --- javascript/node/selenium-webdriver/common/seleniumManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/node/selenium-webdriver/common/seleniumManager.js b/javascript/node/selenium-webdriver/common/seleniumManager.js index 79219df29d7a8..0d3aa6b935142 100644 --- a/javascript/node/selenium-webdriver/common/seleniumManager.js +++ b/javascript/node/selenium-webdriver/common/seleniumManager.js @@ -71,7 +71,7 @@ function driverLocation(options) { ) } - console.log( + console.debug( 'Applicable driver not found; attempting to install with Selenium Manager (Beta)' )