For the complete documentation index, see llms.txt. This page is also available as Markdown.

Paste clipboard

Paste clipboard content into an element on the screen using XPath.

Paste clipboard is the action of pasting the content currently in the device's clipboard into an element (input field) identified by XPath.

🎥 Watch the tutorial video: Here.

Explanation of configuration parameters:

  • XPath: The XPath of the element to paste content into, for example //node[@resource-id="com.android.chrome:id/url_bar"]. See how to get XPath in Guide to Determine XPath & Coordinates.

Last updated

Was this helpful?