Clipboard¶
Using these methods it is possible to interact with clipboard content, clipboard methods can be useful when it is necessary to perform operations such as Ctrl+C and Ctrl+V.
Copy to Clipboard¶
You can copy text content to the clipboard.
Paste¶
You can use this method to use clipboard content or use specific text content.
Get Clipboard¶
In addition to setting the content, you can also get the current content from the clipboard.