You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// from https://github.com/webdriverio-community/wdio-electron-service/blob/32457f60382cb4970c37c7f0a19f2907aaa32443/packages/wdio-electron-service/src/launcher.ts#L102
648
648
'wdio:enforceWebDriverClassic': true,
649
649
},
650
650
'wdio:chromedriverOptions': {
651
-
// TODO: enable logging
651
+
// TODO: enable logging so we don't have to debug things blindly
652
652
},
653
653
...webdriverOptions,
654
654
...wdioOptions,
@@ -662,7 +662,6 @@ async function startCompassElectron(
662
662
try{
663
663
browser=(awaitremote(options))asCompassBrowser;
664
664
}catch(err){
665
-
console.error(err);
666
665
debug('Failed to start remote webdriver session',{
0 commit comments