@Deprecated public class DesktopClipboard extends Object implements Clipboard
| Constructor and Description |
|---|
DesktopClipboard()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
clipboardText()
Deprecated.
Returns text from RPA agent clipboard
|
String |
copySelectedText()
Deprecated.
Copies currently selected text and returns it.
|
String |
selectAllTextAndCopy()
Deprecated.
Select all text in current window and copies it to clipboard.
|
public String clipboardText()
ClipboardDriver Type: Desktop
clipboardText in interface Clipboardpublic String copySelectedText()
ClipboardDriver Type: Desktop
copySelectedText in interface Clipboardpublic String selectAllTextAndCopy()
ClipboardDriver Type: Desktop
selectAllTextAndCopy in interface ClipboardCopyright 2016, WorkFusion, Inc.