Hi everyone. I am new to UiPath Studio. Can someone help me what activity should i use to open an image file? I was able to do Take Screenshot Activity and Save Image Activity. Now, I am planning to open the saved image file. Any help would do. Thanks so much!
There are several ways. The easiest way is to use the process.start(âYourFilePathâ) as in the below screenshot. Be sure to change the variable type to system.diagnotics.process
Before I saw your comment, I tried to use Open Application activity and Start Process activity but there was an error.
Good thing that you helped me immediately and your idea worked!! Thanks so much @AndersJensen
Hi @evan.joy.celino
another way to open the image file is
using Run
workflow design
SO first it will use send hotkey [Win+r] to open the Run
Then it will type the filepath of image file,
After that use click activity to click OK Button to open the image file
Try this way too
Regards,
Nived N
Happy Automation
This method is not working and giving error âAssign: An error occurred trying to start process âData\Input\img.pngâ with working directory âC:\Users\Arslan Bhatti\OneDrive\Documents\UiPath\REF_UseCase_Extract_Tableâ. The specified executable is not a valid application for this OS platform.â