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 121d110 commit cb1d4beCopy full SHA for cb1d4be
examples/javascript/test/drivers/service.spec.js
@@ -26,6 +26,7 @@ describe('Service Test', function () {
26
let browserPath = paths.browserPath;
27
28
options.setChromeBinaryPath(browserPath)
29
+ options.addArguments('--enable-logging', '--v=1');
30
31
let service = new Chrome.ServiceBuilder(driverPath)
32
0 commit comments