Migration of RPA solution from IE to Microsoft Edge browser

Hi,

Recently we have automated Oracle EBS by using IE browser and now Oracle EBS is not supporting IE browser. Now my client requesting us to migrate the entire solution to the Edge Browser.

Is there any approach that RPA BOT will work with multiple browsers (Edge & Chrome)

@Mohan_Reddy

  1. Update Selectors:

    • Modify existing selectors in UiPath workflows for Oracle EBS to be compatible with both Edge and Chrome.
  2. Browser Variable:

    • Use browser variable in UiPath activities, allowing dynamic selection of Edge or Chrome based on the client’s preference.
  3. Testing and Validation:

    • Thoroughly test the automation in both Edge and Chrome environments to ensure compatibility and make necessary adjustments.
  4. Configuration Parameter:

    • Consider using a configuration parameter to switch between Edge and Chrome based on client requirements.

cheers…!

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