Changing user interface

Daenerys

New Member
Hi, we have done some pretty awesome automation with Blue Prism to an application that is running in browser. Now we have a problem as it appears that the application provider keeps changing the user interface a couple of times a year, and that causes us extra work as we have to re-detect all the fields in application modeler every time a new UI is released. Would you happen to know if there is a way to avoid this? I mean; is it possible to spy the fields in application modeler in a way that the UI changes wouldn't effect? I've basically ticked Tag, Path, Input Type, ID and Enabled as attributes. Thanks for your help in advance :)
 

VJR

Well-Known Member
Hi Daenerys,

You will need to gauge what attributes of an element changes from the first version of the application to its next and go from there. As cs.andras stated Path cannot be chosen to be ticked.
If you can provide some more inputs here about the comparison of changes between the versions then some sort of logic can be thought of depending on how straightforward or not they are.
 
Top