Use the desired Edge browser when there are multiple channel editions installed

I installed the Edge browsers from the stable and beta channels. However, the UI automation always selects the Edge Beta browser, e.g. the Use Application/Browser activity, although I set the Edge (stable) as the default browser (verified in the Edge browser settings and Windows settings).

I uninstalled the UiPath browser extension from the Edge Beta browser and tried setting the option for the Set Runtime Browser activity to “Default system browser”. However, Edge Beta is still the browser the UI automation uses each time.

Is there a way to configure the UI automation to only use the Edge stable browser?

@judewong,

Is the exe file path different for bot the version?

Yes, the paths are different. However, I noticed in the Use Application/Browser activity that the file path and URL options are mutually exclusive. If I specify the file path, the URL will be blanked out, and vice versa.

@judewong,

Set both the Exe file path and URL manually and try.

I could not enter values for both of them as indicated earlier. This is also confirmed in the documentation for the Use Application/Browser activity, see below.

@judewong,

Alright! Here is one approach you can achieve this.

Start the desired version of Edge browser using Start Process activity with any URL you want as argument.

Then use Use Application/Browser activity to attach the opened browser. Make sure you choose Open Property to Never

Thanks, @ashokkarale, for looking into this and the workaround!

1 Like

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