How to copy image to clipboard?

Hello, everyone,

I have to copy a image and a some steps latter, paste it in to a field in a modal. I believe that pasting what I copied with a “send keys path ctrl v” I can do that, can’t I? So, I thought that if I opened the Context Menu I could select the third option, which is “copy image”. Does anyone know how I can do this with robot? I’m lost in this… i don’t know how to select a context menu option.
Or, if you have other methods to copy the image i appreciate it

image

The SeleniumLibrary keyword to open the context menu is Open Context Menu. Then you will need to get the options locators, and use them.

Please consider making the test semi-automated, sometimes certain things are not possible to automate.