Use Modern for new project and Modern design experience was missing in UiPath studio, Can you please explain how to get this?


Hi @Praveen_R1

In the latest update of the UiPath, By default the Project is creating in the modern experience.There is no such option to change from modern to Classic.
But, We can able to use classic activities in the modern experience by enabling the classic in the activities filteration of activity panel.

Hope it helps!!

1 Like

Hi @pravallikapaluri ,

Yes, I can understand that. Thanks for your help, But Screen Scraping and Data Scraping not showing in the above list in Design Tabs. how to enable that?

@Praveen_R1

Both are combined into table extraction and get text in modern design

cheers

1 Like

Hi,

If you really want to use ScreenScraping and/or DataScraping, can you try to add the following key/value in project.json as the following image?

"modernBehavior": false,

ScreenScraping and DataScraping button will appears.

Regards,

2 Likes

Hi @Yoichi,

Thank you so much. It’s working.

1 Like

Thank you, it works like a champ.