Hi this is Praharsha having problem with using the Classic mode in UIPATH studio the option of classic Mod itself is not visible

Having problem with using the Classic mode in UiPath studio the option of classic Mode itself is not visible



So like that the Classic mode is not visible it is on modern mode only how do I get classic mode version is 2023.12.0
Best regards
Praharsha

Hi @Praharsha_Kanaparthi2

The update for 2023.12.0 have removed the classic switch option. So, what ever the project is being created they will be created as modern project only. If you required you can just use the classic activities by applying the classic filter option in activities panel.

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

sir i want to use the classic recordings
could you help me with it

For Classic recordings you can follow the below process:

Open your Project.json file of your project 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:

Regards

1 Like

ok thank you @vrdabberu

1 Like

Hi @Praharsha_Kanaparthi2

If you find the solution for your query please do mark as solution to close the loop.

Happy Automation !!

Regards

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