@Deprecated
public interface Clipboard
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
clipboardText()
Deprecated.
Returns text from RPA agent clipboard
|
java.lang.String |
copySelectedText()
Deprecated.
Copies currently selected text and returns it.
|
java.lang.String |
selectAllTextAndCopy()
Deprecated.
Select all text in current window and copies it to clipboard.
|
java.lang.String clipboardText()
Driver Type: Desktop
java.lang.String copySelectedText()
Driver Type: Desktop
java.lang.String selectAllTextAndCopy()
Driver Type: Desktop
Copyright © 2024 WorkFusion, Inc. All rights reserved.