Class FakeDriver.FakeClipboard
public class FakeDriver.FakeClipboard : ClipboardBase, IClipboard
- Inheritance
-
FakeDriver.FakeClipboard
- Implements
- Inherited Members
Constructors
Fields
Properties
- IsSupported
Returns true if the environmental dependencies are in place to interact with the OS clipboard
Methods
- GetClipboardDataImpl()
Returns the contents of the OS clipboard if possible. Implemented by ConsoleDriver-specific subclasses.
- SetClipboardDataImpl(string)
Pastes the
text
to the OS clipboard if possible. Implemented by ConsoleDriver-specific subclasses.