I previously developed my automation in Studio version 22.10.x few months back and it was working properly. But Now after upgrading to version 23.6.0, Use Application/Browser activity is throwing error as shown below:
Now because of this error, I need to rework on all the activities which I created, and this will be time-consuming and complete re-development. I am using studio community version.
In Addition, there is a change in the windows machine configuration too. Initially the automation was developed in Windows 10 version and now the XAML files were moved to machine having Windows 11 version. Please suggest a solution to prevent rework on the entire automation.
Source: Use Browser Chrome: Login Message: No open windows found for ‘chrome.exe’. Please check if the application is running. Exception Type: UiPath.UIAutomationNext.Exceptions.ApplicationOpenException
I have to replace with a new Application/Browser activity to fix this error because in the new version 23.6.0. A new field has been added to input Application Arguments which was not there with the earlier version 22.10.x.
In addition, I have to replace the input mode from chromium API to something else like Simulate etc. to make this work.
What do you have the “Open” property set to? If you have it at Never, it’ll only look for existing open windows. You need to set it to Always or IfNotOpen.
Hi @postwick, I have checked the chrome extension, its absolutely fine. As i mentioned previously, a new input field is now visible in this Use Application/Browser Activity as shown below due to which its not launching the chrome browser and throwing errors. So i have to replace this activity accordingly but this will be a complete rework if i continue doing the same for rest of the actions.
I think you pasted the Application Path in there, that’s why it thinks it’s an application. You need to open Chrome to the page you want it to go to, click Indicate in the hamburger menu of Use Application, then click on the Chrome window you opened. Now it’ll recognize it as browser, not application.