public class RobotClipboard
extends java.lang.Object
| Constructor and Description |
|---|
RobotClipboard() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanClipboard()
Clean clipboard.
|
java.lang.String |
clipboardText()
Returns text from RPA agent clipboard
|
java.lang.String |
copySelectedText()
Copies currently selected text and returns it.
|
java.lang.String |
selectAllTextAndCopy()
Select all text in current window and copies it to clipboard.
|
void |
setClipboardText(java.lang.String text)
Set text to clipboard
The same as CTRL + V |
public java.lang.String clipboardText()
Driver Type: Desktop
public java.lang.String copySelectedText()
Driver Type: Desktop
public java.lang.String selectAllTextAndCopy()
Driver Type: Desktop
public void setClipboardText(java.lang.String text)
Driver Type: Desktop
text - to clipboardjava.lang.NullPointerException - in case text is null.public void cleanClipboard()
Driver Type: Desktop
setClipboardText(String)Copyright © 2024 WorkFusion, Inc. All rights reserved.