Saving screenshots with dynamic folder paths

How to save screenshot if folder is not created already? I am passing dynamic folder path in file name property.

Hi @Rohit_Nandwani

Just use a Create Folder activity before it

2 Likes

Hi @Rohit_Nandwani

create the folder using the dynamic path with create folder activity. then take the screenshot, and save the image using save image activity and set the file name property to the full path including your dynamic folder and file name.

Happy Automation

1 Like

Try below

Create variable for Create Folder Activity

Use the same for creating the screenshot

1 Like