I have a process that had been working fine. But today, I’m facing an error like below. when robot tries to click on file (with right click), it isn’t working.
When i try to indicate element again, it selects all area in folder.
Thank you but i have already built the process exactly with this way (using f2). The point is ui explore or click activity can not recognize some elements when i want to indicate.
Also i dont think so there is a problem in my selector. There are another methods to click what exactly needed. For example; click image activity or using hot keys.
I need to learn the reason of why robot can not indicate some elements on windows or browsers. Is this about updating studio(missing files) or about community edition or anything else?
Thank you for quick respond. I did all of them step by step. Also deleted studio and installed again. Unfortunately, it is still same
Finally, i tried this on acme-system downloading a report. But it is again recognize all three buttons combined. When i click on it it returns “The UiElement is no longer valid”.
I remember that one of the topics(that i cant find actually) you mentioned before that "when you try to remove studio you should also clean some files from documents like ‘packages’ ". Is it related with this?
hi @lakshman, @Palaniyappan ,
Could you mind help me for this situtation? I’m stuck. I cant use any click, type into activity as i needed. So far it was always working.
I’ve already use this events on too many projects. What changed?
Did send hot key with up as key and followed by that again a send hot key with enter as key, helped us in this
If it’s a chrome browser ensure that the chrome extension is installed and if it’s a IE browser ensure that these steps are followed
Yes i have already tried that with this way but this time changing file name is not possible without type into. (also set clipboard + ctrl v might be useful but i cant handle it).
I’ve checked where did you say at IE browser but it seems ok.
Finally, the problem is solved. The only thing that i did is changing UI frameworks type from DEFAULT to UI Automation.
It is fine but i am not sure the solution about that or it’s just a coincidence
Yah that would work either
Because default method Usually works fine with all types of user interfaces.
But it might fail sometime where the UiAutomation is recommended that you use this option with newer apps, when the Default one does not work.
Click here to read more about Active Accessibility and UI Automation.