We are trying to record a video of one robot working. The end to end process is running perfectly. If we try to record the video (we have tried with skype sharing desktops, and even with camtasia video recorder), when it is going to send the user name to the SAP login GUI, it is not recognizing and the process finish with error (doesn’t find the selector).
I have seen this problem before with other RPA tool, but in this case sharing desktop using webex. It looks like there is an additiona layer. Runing directly, itr works. Running presenting the screen (skype or webex), or recording the screen, it fails in some steps (I have seen in all cases the error is sending text to text boxes).
Is there any recomended tool or recording mode to run the robots and don’t have the need to update them? Which tool is used to record the UiPath videos and demos?
Thanks & regards
Alfredo
@alfredo.baena
You can also use PowerPoint(easy to use) to record your screen.
Open Power Point
Add a blank slide
Go to Insert Tab
Select “Screen Recording” in top left most corner
Start recording
You can runt the recording in ppt itself or convert to mp4 or any other format you want
Thanks for this really interesting advice. I will try on monday. Unfortunatelly I believe I wil have to rework some robot parts. I was reading another post mentioning about potential solution. Adding new “capture window” and placing the tasks inside. I tried on the part where robot insert the user and pwd and it worked. But I will try this first and will let you know.
I saw your answer and I agree. This is what I had to do also based on another posts. I believe the problem is not with the video recording, it is about how robots was created. It is very important to “capture windows” to avoid future problems.
Thanks for your advide. And thanks to the rest of the people that answer to my post!
I played around a bit with recording the robot running and found that FFmpeg is a good choice. If you download the static linked version all you need to do is copy the ffmpeg.exe somewhere on your system and start it with the right attributes.
Sample activity that does that for you is enclosed. ScreenRecorder.1.0.6938.24450.nupkg (10.7 KB)
I recommend VLC player the video is small. (VLC 10MB is like powerpoint 200MB)
1)open VLC player
2)control + C (Media > Capture)
3)capture mode: desktop
4)change frame rate.
or if you want to display mouse use in advance setting edit options:
:screen-fps=25.000000 :live-caching=300 :screen-mouse-image=[path to cursor image]\cursor.png
5)alt + o (convert)
6)select file (browse)
7)start