cancel
Showing results for 
Search instead for 
Did you mean: 

Cloud Studio - Need to start chrome in incognito mode

Mikael
Explorer
0 Kudos

Hello all,

I need to create a bot that needs to log on (with differents credentials) multiple times to a web site to enter a value. Unfortunaltly when we log off and then log on with another credentials, the web site stay connected with the old credentials...

As a workaround, I tried to configure the activity 'Start Web Page' in incognito mode, but it seems that it's not possible. Then I tried the activity 'Execute Command' with the command 'cmd' and the param 'start chrome.exe -incognito' but it doesn't work, The DOS windows is run but the parameter 'start chrome.exe -incognito' is not specified on it.

If you have an idea, I'm interested.

Thank you for your help

Best regards,

Mikaël

View Entire Topic

Hello,

You can use the Execute Command to open an incognito window.

Here are the parameters to set:

- command: cmd

- param: /c start chrome.exe -incognito

Hope it will help.

Thanks a lot and best regards,

Baptiste

Mikael
Explorer
0 Kudos

Hello Baptiste, thank you very much for your reply, it works 🙂

Best regards,

Mikaël.