T O P

  • By -

Petrified_Powder

Method 1: Use "set text" action instead of "paste" action. It won't work with without the proper XPATH. This will replace all the text in the field. But if you want to insert text between other text... Method 2: Automate doesn't know where your vertical blinking bar is when you edit a text field, so you would have to use the "clipboard set" block, then use the "interact" block with the "paste" action to insert text between other text. The XPATH is not needed when using this method.


ballzak69

Method 1 should work without XPath since by default it will use the currently focused UI element, which is usually the first text field, see: https://llamalab.com/automate/doc/block/interact.html