diff --git a/src/workers/CommandorPage.js b/src/workers/CommandorPage.js index 96a1a1d..98c1b91 100644 --- a/src/workers/CommandorPage.js +++ b/src/workers/CommandorPage.js @@ -61,7 +61,7 @@ class CommandorPage { // Connect to the device. console.log("loadPage() called"); await this.device.shell('am force-stop com.android.chrome'); - const context = await this.device.launchBrowser({command: '--incognito'}); + const context = await this.device.launchBrowser(); // await context.clearCookies() // Use BrowserContext as usual.