We have previously dealt with common automations—automating desktop applications or web applications. It is easy when we deal with these applications having graphical user interfaces. UiPath identifies the elements that we have clicked on and recognizes them. Thus, the next time the Robot executes a process, it successfully identifies the same element. We have already seen these types of action.
But what if we have a remote desktop connection and we need to automate an application using this remote desktop connection? It will be a tedious job.
Can we automate an application running on another machine while we are accessing it remotely with the activities that we have used with simple GUI? The answer is no.
Let's investigate why this is so. Suppose we have to automate a desktop application so that the Robot does all the necessary actions on that application...