Type text without breaking wordwrap

I’m trying to automate repetitive text in a text area. I’ve tried ‘type’ and ‘sendKeys’, neither one wraps correctly in the textarea like it does when I paste the text in via Ctrl-V or rightclick mouse and paste. Below are examples. Is there a paste command? What am I missing? Thanks!

image

image

image

The easiest solution is to use

  • XType | text here...
  • or XType | ${KEY_CTRL+KEY_V}

For all other solutions a link to the website will be needed.

Okay, I’ll try that. Thanks!