I am facing an issue where I need to use two different web pages. I must enable a manual proxy server for one, but not use one for the other.
I’m looking in the Use Application/Browser activity properties to set the manual proxy server for only that one web page, but I can’t find a property for this manual proxy server configuration.
As I know, only Firefox browser allows set different manual proxy servers about:preferences#general → Network Settings→ Settings… → Connection Settings.
Chrome, Edge, and other Chromium-based browsers use the system proxy settings
There’s no built-in property in UiPath’s Use Application/Browser activity to set proxy per session
This is a browser limitation, not a UiPath limitation
For the other browsers, it will use the user system proxy settings which you set. Programmatically, you can perform a switch/if for the desired browser page and run a system command that updates the system proxy, but the new browser page needs to be refreshed or opened in a new browser page session.