Copying an image from a URL to the clipboard to paste it into WhatsApp

Hello,

I have an image URL: https://www.aaa.com/International/images/home-assets/aaa-orbit.png
I want to copy this image directly to my clipboard to paste it into a WhatsApp message.

However, I’d like to avoid using any additional scripts (like Python or batch files) to achieve this.

Can you help me?

  1. XClick | (image of Whatsapp text box) - Set focus on Whatsapp
  2. XType | ${KEY_CTRL+KEY_V} - paste clipboard content

Thank you @Plankton . But I need help for previous steps. I want to save the image into the clipboard.