Hi,
I am looking to capture screenshots and store them in a folder which has current time as appended file name. However, I receive an error saying “Unable to find the save directory”
Here is my code
put now into executionTime
put “Parent folder location” && executionTime into resultsFolder
create new folder resultsFolder
put resultsFolder & “/imageFileName.jpeg” into fileName
CaptureScreen (Name: fileName)
All I need is I must be able to create a dynamic folder with latest timestamp.
Anyone please advice.
Thanks,
Vasavi