What format is the screenshot stored in the database?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-10-22 09:05 AM
hello,
I hope everything is all right.
What format is the screenshot stored in the database?
Base64 or binary? Or other formats.
Any comments from you are appreciated!
It is very appreciated your kind reply.
Thanks in advance.
Qingwen.li
------------------------------
qingwen li
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-10-22 10:29 AM
The screen capture is encrypted using the Default Encryption Scheme before storing in the BPAScreenshot table. I guess the format before encrypting would be Base64, but would have to test.
------------------------------
Carl Carter
Senior Developer
Blue Prism
Europe/London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-22 02:10 AM
It is very appreciated your kind reply.
For the same picture, the base64 parsed by the code is inconsistent with the base64 stored in the BP database. And the base64 I parsed can be parsed into screenshots normally.
Is there any solution....
Thanks in advance.
Qingwen.li
------------------------------
qingwen li
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-22 02:15 AM
It is very appreciated your kind reply.
For the same picture, the base64 parsed by the code is inconsistent with the base64 stored in the BP database. And the base64 I parsed can be parsed into screenshots normally.
Is there any solution....
Thanks in advance.
Qingwen.li
------------------------------
qingwen li
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-22 08:07 AM
Yes as mentioned in my last response, the image is stored in the database encrypted, so this would need to be decrypted before you could view the file as an image.
If you want to save screenshots, you could always build into your exception handling to take a screenshot. Search the community for 'screenshot' - there is a post containing a screenshot utility you can use for this.
------------------------------
Carl Carter
Senior Developer
Blue Prism
Europe/London
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-10-22 08:45 AM
It is very appreciated your kind reply.
I want to find out the screenshot data in base64 format through SQL so that other systems can parse the base64 data. Is there a solution.
I'm sorry, please forgive me, my English is not very good.
Thanks in advance.
Qingwen.li
------------------------------
qingwen li
------------------------------
