Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -61,7 +61,7 @@ class CommandorPage {
|
|||||||
// Connect to the device.
|
// Connect to the device.
|
||||||
console.log("loadPage() called");
|
console.log("loadPage() called");
|
||||||
await this.device.shell('am force-stop com.android.chrome');
|
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()
|
// await context.clearCookies()
|
||||||
|
|
||||||
// Use BrowserContext as usual.
|
// Use BrowserContext as usual.
|
||||||
|
|||||||
Reference in New Issue
Block a user