How to enable UIPath Web Extension in Chrome Incognito mode

Hi all,

I have a question, is there a way to enable the UIPath web extension in incognito through a command?

Normally when installing the extension for chrome, by default it is disabled for incognito, I would like to enable it via some code or command without having to manually enabling it.

Thanks for all the help in advance.

Hello @Sidney_Vogel

Not sure about the code for doing this.

This will be a one time setting to enable the extension for the incognito mode ryt… May I know the requirement for enabling it via code?

So in an enterprise environment, some times we find that the UIPath extension gets uninstalled, if this happens when have to re-install the extension, how ever, we always need to enable the extension for incognito mode after the reinstallation, so we automated the process of installing the extension but now I need to figure out how to enable it in incognito automatically

Got it. Plz check the below post. It not part of uipath. Maybe a small script in python or java can be invoked using uipath to achieve this.

Hi @Sidney_Vogel,

Chrome stores extension settings in a JSON file named Preferences in your profile directory (here it is ~/.config/google-chrome/Default/Preferences).

A way to change this can be preferred or the extension can be enabled with the selenium library.

Regards,
MY

Thank you @muhammedyuzuak for the help

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.