@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()
Clipboard
Driver Type: Desktop
clipboardText
in interface Clipboard
public String copySelectedText()
Clipboard
Driver Type: Desktop
copySelectedText
in interface Clipboard
public String selectAllTextAndCopy()
Clipboard
Driver Type: Desktop
selectAllTextAndCopy
in interface Clipboard
Copyright 2016, WorkFusion, Inc.