when i am downloading pdf files from web.
network error is displaying.
what is the solution
Hi @Bezawada
Welcome to forum
since it is not logical issue, u can add delay or element exist to compensate the network slow speed.
Hi @Bezawada ,
Beside @NIVED_NAMBIAR 's solution, you can:
- Change the default downloads location, and
- Update your network drivers
Best regards,
Marius
1 Like
what is the meaning of UI in Uipath?
I assume is U stands for User, while I for Interface
If you’re referring a web page which has only one pdf file, then use HTTP activity to download that. Use the URL as endpoint and method as GET
thanks sir.