I'm unable to switch to classic activities

I can’t find the basic, desktop and classic related activities. Before I was able to switch bet modern and classic but now I can only see modern design experience. How can enable classic ?

Hi @Rohith_Kumar1

Hi @Rohith_Kumar1

If you want to use the classic activities option in your project you can get it this way:

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

Hope it helps!!

1 Like

Hi @Rohith_Kumar1

  1. Before UPDATE

NOTE: Open project.json File
Add:

“modernBehavior”:false,

below “fileInfoCollection”: [],
and Save it.

  1. After UPDATE

Hope it will helps you :slight_smile:
Cheers!!

1 Like

that worked …thanks alot man

it worked. Thanks a lot man

1 Like

It’s my pleasure @Rohith_Kumar1

Happy Automation!!

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