remove unused options

This commit is contained in:
2022-09-09 13:57:15 +02:00
parent e19ba716ad
commit 1c5325cb9b
+1 -1
View File
@@ -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.