Greatā¦! So If you are using desktop applications, almost all the applications will have their fields, icons and buttons readable/accessible, that is we will have selectors to access them. But if you are accessing any element in a web application, you may not have access of a field, icon or button with selectors, because the one who developed might blocked the access.
so the solution is,
for the first caseā¦you can select an element for sure. To other extent if you are not able to access the element, you can make use of Find image activity to find the icon.
and this is applicable or second case as well.
Additionally, run the UiPath studio as admin that elevates the permission to access the element with selectors in different applications
Hope this would help youā¦For further more details please refer this,
Thank you for the suggestions
The thing is that it is a desktop automation and it affects all kinds of elements (also desktop icons, etc). All that was previously no problem to identify and it also works on other computers. It happens in Studio and during execution. I tried with admin rights but it didnāt change.
Yes buddyā¦!
As you say the whole window is getting selected when trying to select the element, you can use image activities like find image or click image, etc
Well, this is not really an option as it worked normally before. Itās not Citrix but a normal Win10 PC and there should be some way t make the text activities work again.
@Jizh
Buddy image activities are not only meant for citrix environment, we will be having certain web application or even desktop application where for certain elements you wont be able to access its attributes, in the sense the developer of that application might disabled that featureā¦So in that case we can use image activities, For example you can check with desktop and even basic recording wizard, we will be having an option for image picking as wellā¦
Hope it would help you
@Palaniyappan
The problem is that itās not only for a certain application, itās for everything, including selectors that work without a problem on other PCs. I might just need to wait for the UiPath support but itās always a very slow processā¦
Thanks