Skip to main content

Hi everyone,

 

I have a requirement to migrate all the web automations developed in chrome browser to Ms Edge browser.

If anyone has done this before, please help me the easiest way to do so.

 

Thanks in advance 

@sravan.aluvala There is no "easy" way to make this happen. At best, you might be able to record the pages referenced in the Browser variables, delete the variables then create new Browser variables -- in the same order! -- and check that each Recorder: Capture doesn't have the Path selected in the properties. 

If you can't make that work, it's redoing all the Recorder: Capture actions. Sorry. 


Hi everyone,

 

I have a requirement to migrate all the web automations developed in chrome browser to Ms Edge browser.

If anyone has done this before, please help me the easiest way to do so.

 

Thanks in advance 

Below steps may help you:

1. Install the Edge Extension

  • Go to the Microsoft Edge Add-ons store and install the Automation 360 extension.

  • Make sure you're using the Manifest V3 version for better compatibility and performance.

 2. Update Bot Agent (if needed)

  • Ensure your Bot Agent version supports Edge automation (recommended: version 22.60.23 or later).

  • You can verify this in Control Room > Devices > Bot Agent.

 3. Re-capture Web Elements (Optional but Recommended)

  • Open your bots in Bot Editor.

  • Replace Chrome-based Capture actions with new ones recorded in Edge.

  • This ensures that DOMXPath and object properties are optimized for Edge’s rendering engine.

  • Run the bot in Edge and validate each step.

  • Pay special attention to dynamic elements, pop-ups, and login flows.