Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in RPA by (12.7k points)

I have been working on UiPath for quite some time and I have a form where I need to input certain details.

UiPath won't recognize the controls within the form

please help!

1 Answer

0 votes
by (29.5k points)
In my experience, I found that best practice for filling forms of any kind is to fill it by sending 'hotkey' instead of clicking as in many cases clicking seems to be un-reliable or use 'type into' activity or use a combination of 'hotkey' activity with 'type into'.

Tip: If you face more difficulties like this try doing the task by keyboard manually without the mouse as that will allow you to create more reliable processes in future
...