While i download the zip files of uipath automation lesson uipath application gets corrupt i face issue in workflow. is there any solution for it

I have been facing the issue in zip files

Hi @Swagasmini_Jena
are you talking about sample projects?

Yes do they get corrupt

Nope. May i get the link from where you are trying to download pls.

1 Like

yes the same link as given in lessons . the zip files

https://academy.uipath.com/Lesson_3_Practice_1_Nickname_Generator_Resource.zip

I get the same problem in every zip files

@loginerror can you help here pls?

Thanks,
Arun

1 Like

Hi @Swagasmini_Jena

At which point do you get an error message? What does it say?

1 Like

error i dont see the activities properly so what to do?

The error seems to be “Cannot find the UI element”, which would mean that the website with the Fake Name Generator is not opened during the execution.

As a test, you can try it out first by using the Open Browser activity to open your website instead of the Attach Browser activity that requires it to already be opened.

1 Like

it was opened

In that case there has to be something with the selector of the example activity.

First thing first, I would still try to recreate the basic steps of the example in the separate project using the Open Browser activity.
I would start simple, let’s open the browser at the correct URL and click a button.

If that works, it will be easy to compare the working project with the non-working one to find the differences.

1 Like

yes I AM DOING it by myself all the workflows has the same problem. it doesnot show the activities properly

I have one more clue. Your log says:
image

This happens if you saved a XAML file on your Desktop and then run it. It most likely recreated some files automatically and created a project called Desktop for you (with all the files being in that one folder, a Desktop).

I cannot seem to download the file you attached, but if it contains a full project (that is, Main.xaml + project.json file), then you should unzip everything to a separate folder on your Desktop and open it via Studio from the project.json file.

I hope it makes sense :sweat_smile:

2 Likes

I did sir