Clipboard

Manipulate Clipboard. Copy and Paste operation

Static Methods
clear
static void clear()

Clear the clipboard content

copy
static string copy(text: string)

Place text into the clipboard

Parameters
text Text to place into clipboard
paste
static string paste(text: string)

Paste the current content in clipboard to a focusing element. If text is not null then copy is called first to place it into the clipboard.

Note: Only elements that can be focused by Accessibility Service can be pasted. Game using its own in-game text box does not work.

Parameters
text Text to copy then paste

© 2024 - Macrorify by KoK-CODE