Log Clipboard Text
My test copies text into the Clipboard and I would like to log its content.
Solution
This is possible with a coded solution:
1. Add an Assembly Reference to System.Windows.Forms. 2. Add a coded step to the test after the step that populates the Clipboard.
Here is the full code-behind file, excluding the standard using/Imports statements and the Dynamic Pages Reference region: