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
// spinner.info(`Multi-Device directory detected. multiDevice set to true.`);
132
+
// config.multiDevice = true;
133
+
// }
134
134
if(config?.multiDevice&&config?.chromiumArgs)spinner.info(`Using custom chromium args with multi device will cause issues! Please remove themm`);
135
135
if(config?.multiDevice&&!config?.useChrome)spinner.info(`It is recommended to set useChrome: true or use the --use-chrome flag if you are experiencing issues with Multi device support`);
0 commit comments