Not Able to Find Data Scrapping Option

Hello, I am new here.
Can Someone Please Help me to find Data Scrapping and Classic Activities.

Academy has option but in my Studio. Not able to find options.

Thanks in Advance

Hi @SP_Bot

  1. Before UPDATE

NOTE: Open project.json File
Add:

“modernBehavior”:false,

below “fileInfoCollection”: ,
and Save it.


  1. After UPDATE

AND IF YOU NEED CLASSIC ACTIVITY
image

Hope it will helps you :slight_smile:
Cheers!!

Hi @SP_Bot

Classic design is Deprecated in the new update of UiPath Studio. The option to switch from Classic to Modern is grayed off. If you create a new project now, then it will be in Modern design experience by default.

You can use the Classic activities in modern design experience project, but you cannot create a new classic project.

Navigate to activities panel → click on filter → check the classic → Then the classic activities will appear in activities panel.

For Screen Scraping—>App/Web recorder
For Data Scraping–>Table extraction

If you very much needed to continue your automation in Classic design experience follow the below steps to convert the project to classic design experience. This is not an recommended one.

If you want to use Screen Scraping or Data Scraping options you can do the below process:
Open your Project.json file and add the below give line below “fileInfoCollection”: ,

 "modernBehavior": false,

Refer the screenshot below for better understanding:

Save the json file and reopen your project, you will be able to to see Screen Scraping and Data Scraping option.
Refer the below image for better understanding:

If you don’t want these options you can remove that particular line i.e. “modernBehavior”: false, from the json file and save the file. Reopen the project again you will project will be in Modern Experience.

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.