We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e47d1 commit ec2f0fbCopy full SHA for ec2f0fb
javascript/node/selenium-webdriver/common/seleniumManager.js
@@ -78,7 +78,7 @@ function driverLocation(options) {
78
options.get('ms:edgeOptions') ||
79
options.get('moz:firefoxOptions')
80
if (vendorOptions && vendorOptions.binary && vendorOptions.binary !== '') {
81
- args.push('--browser-path', '"' + vendorOptions.binary + '"')
+ args.push('--browser-path', path.resolve(vendorOptions.binary))
82
}
83
84
const proxyOptions = options.getProxy();
0 commit comments