I right click on an element to do “Save Link As” but even Uipath recognizing and validating the element has failed a lot and automation stops many times, can anyone give a tip to improve this?
It’s a small element on the screen, and it barely changes position.
I hope you have provided the css selector in the selecto for the click activity. Instead of that in UiExplorer are you able to see some attributes with name “SaveAs” or some other names which can be constant.
Here as you mentioned the Save button position is changing , so the css will fail. Also if you are using the modern design, plz try to use the Appl/Web recorder to record only the click activity. It will give you a selector tagged to an anchor.
You’re right, the target and the anchor were switched.
I made the change but it still doesn’t work, go straight to the next action and it’s just the error.
Plz run it in detail bug mode and sweet highlight element and use step into method to check the flow… Check whether the element is getting highlighted for the download button.
With the left button it worked, with the right button the element even appears being clicked when I use the highlight but it doesn’t open the menu to save as and then the next time the robo stops working
if it manually works with Right click, it should work with automation also. Can you try to record that portion alone using App\Web recorder and select Right click as the action in the click activity.
check how it is recording. Also if you are using community version can you switch to studio and try your scenario instead of studiox