Best way to Change the browser

hello everyone :), I have a query
I’m done my rpa but if was it runs its take more time with (IE)browser
Is there a way to change the URL in the browser from (IE) to (Microsoft edge) (already opened using “open browser” activity).
How can i achieve this without changing the browser type at every Attach Browser step ?
should i repeat all steps from the beginning? :frowning:

@Reem_Althumairy

You can use UiPath Browser Migration tool. The tool will be available for download from the ‘Resources Center’ of the https://cloud.uipath.com under the ‘Other products’ section

I will try it
I really appreciate your assistance thank you

If you don’t have access to the browser migration tool, you could also edit the xaml files directly and replace BrowserType=“IE” to BrowserType=“Edge”.