ali_topal
(Ali Topal)
1
Hi,
Anybody know how can save screenshot with new name in UiPath My cases:
- I Have 400K url in excel and
- Read range >> this is ok
- Open web browser >> this is ok
- Take screenshot >> this is ok (each url)
But i do not Save this screenshot in folder as a new name.
pathrudu
(KLN Sanyasi Pathrudu Chintakayala)
2
Give Some name with date time for eg., āsomenameā+DateTime.now.tostring(āddMMyyyyhhmmssā)
hope this will help you
regards,
Pathrudu
1 Like
ali_topal
(Ali Topal)
4
Hi @pathrudu ,
I tried to save .txt a new file name and its ok.
But do not save a new .jpeg format.
Save format >> āC:\Users\xxx\Desktop\Untitled.jpgā+DateTime.now.tostring(āddMMyyyyhhmmssā)
But this error
pathrudu
(KLN Sanyasi Pathrudu Chintakayala)
5
āC:\Users\xxx\Desktop\Untitledā+DateTime.now.tostring(āddMMyyyyhhmmssā)+ā.jpeg"
try this
1 Like