Simple copy & paste desktop version

What I want to do is copy a link from a notepad(windows) to the browser and have this done every 5-7min.

Desktop automation only

https://ui.vision/x/desktop-automation

It’ s very hard and require more times.

In addition to UI automation, you can

  • store the data in a CSV file and use csvRead

  • and then use Type to fill it into the website

Example: DemoCSVReadWithWhile

Will SeeShell helps a lot for desktop automation such as copy excel cell data and then paste it to terminal mode (AS400 program input).

It is easy in UIvision:

  • XClick | locator of AS400 terminal box (xpath or image or OCR text)
  • XType | ${KEY_CTRL+KEY_V}

See here: Copy Image from url and Paste into Whatsapp Web