I’ve been struggling to identify elements inside of a Windows Application. Some elements it is impossible to identify. E.g., SS below if I try to select the text field Forecast for Sept 2020 (#3), I can’t because it is selecting the whole application page.
The idea is here is basically fill in the Forecast for the following months for projects every month.
You should learn which programming language this software is written in. There is extensions in UiPath. Extensions might work if this software was written in java or silverlight. You can find more information here: Studio - About extensions
ok, so you can see which type of application it is by that cls element in the wnd tag, it should be a common windows application written in visual studio, so you wont need extensions. Try using UiExplorer with the different capture modes to see if you have better luck into good selectors.
That was my fear. CV does not seem 100% accurate. Based on your experience, do you think I can achieve what I want using CV?
I have about 200 projects every month to be updated.
It should be 100% accurate in an application like that, you only need to make sure the window size is always the same… Only problem is that it is slower…