Open multiple projects in a one UI path Window

How can i open multiple projects in a one UI path Window and also can i make my project Browser Independent because if element is identified on chrome then it is not working on IE?

1 Like

hi @shalu.mittal

Firstly welcome to the community.

  1. if you open your uipath XAML file it will automatically be shown all the XAML files or workflows stored in the folder which specific XAML file or workflow you open.
  2. About the selector that will work on bot, you have to find the dynamic attributes which are common in both the browser.
    Note: but as a best, it’s not recommended to use multiple browsers in one process.

if you explain the scenario that might be we will give you a better solution.

Cheers

1 Like
  1. You can’t open multiple projects in the same window
  2. You need to clarify your question. If it’s only about the browser choice on the start of the process, you can use a constant and change that constant in the Config.xlsx to suit your needs
1 Like