We ran into an issue this morning with some of our automations where an update to the target app has broken the Chromium API (getting the “Attaching to Chromium API protocol failed” error).
The fix is to just change to either Simulate or Hardware.
But when I open a project in Studio and use universal search to look for “chromium” it finds nothing. Seems like the Input Mode property is not searchable?
So now what? Having to click literally every activity check the Input Mode will be painful
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
In my project, I like to separate my libraries by app, and then I use the projects tags to describe wich kind of integration is used (Simulate, ChromiumAPI…)
Normally all my acitivites that do something on the screen is inside a scope (ApplicationCard) using Input mode as “Same as App/Browser” this help lowering the number of places that we have to change.
But yeah, no way to find who are the acitivies that are configured with a given input mode, maybe you can try to parse the xaml to read name of activity, location, and input mode?
The export excel button on the studio ribbon gave me a result that it looks like it says the InputMode of the activites, with “DebuggerAPI” being the same as “ChromeAPI” but I would test it more.
I used findstr from the console and searched all the files in the project. Not the best way. But when UiPath studio lacks search functionality it did the trick.