Skip to content

Commit cf81dea

Browse files
committed
[javascript] Logging SM activity when a driver is not found.
[skip ci]
1 parent edb838b commit cf81dea

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

javascript/node/selenium-webdriver/common/seleniumManager.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ function driverLocation(options) {
7676
)
7777
}
7878

79+
console.log('Applicable driver not found; attempting to install with Selenium Manager (Beta)')
80+
7981
let args = ['--browser', options.getBrowserName(), '--output', 'json']
8082

8183
if (options.getBrowserVersion() && options.getBrowserVersion() !== "") {

0 commit comments

Comments
 (0)