SeeTestAutomation - SetClipboardText
info
Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .
SetClipboardText(text)
info
Android 5.0+
Description
Set the content of the system clipboard.
Parameters
Text - The string you want to store in the clipboard.
Code Examples
Java Example
client.setClipboardText("SeeTest");
C# Example Expand source
client.SetClipboardText("SeeTest");
VBScript Example Expand source
client.SetClipboardText("SeeTest")
Python Example Expand source
self.client.setClipboardText("SeeTest")