Ask a Question

How to launch URL in incognito mode?

ReemaGurumukhi
Frequent Visitor

How to launch URL in incognito mode?

Browsers.Item(btChrome).RunOptions = "--incognito"
Browsers.Item(btChrome).Navigate("https://www.google.com/");
Sys.Browser().BrowserWindow(0).Maximize();

 

 

Its not working.

1 REPLY 1
rraghvani
Champion Level 2

Try,

function main()
{
    Browsers.Item(btChrome).RunOptions = "-incognito www.w3schools.com";
    Browsers.Item(btChrome).Run();
}
cancel
Showing results for 
Search instead for 
Did you mean: