Hello, Im doing a review of all RPAs developed in my team and need to verify they are sticking to our guidelines. The most simple on is to NEVER use default activity names such as “Do” ,“Attach browser” “Data scrapping” etc. I need to make sure all activites are properly named.
How can i get all default names to check the .xaml code and check the “” DisplayName=“Attach Browser” “” to make sure its not a default and was properly name.
I want to make a process that checks the .xaml code to check the names.
All help is greatly appriciated.