Skip to main content

Need to automate a website that is open in incognito mode. I am able capture the elements if wesite is already open in incognito mode. But now as a initial step need to open url in incognito mode using AA360

Hi @komal.jadhav ,

Please follow the below steps,

  1. Use the application :open program /file 
  2. Mention the path for chrome.exe
  3. Pass the parameter like a -incognito https://community.automationanywhere.com/

 

 


Hi @komal.jadhav ,

Please follow below step it’s worked

     1. Open Run Window

      2. Write this chrome.exe -incognito inside RUN window.

Using this direct chrome open in incognito mode.


Reply