Hello,
I've got a test suite with three test cases at the moment. One test case uses keyboard navigation and Get Clip to successfully validate some fields in a grid. I copied this test case and made changes to try to validate fields in a list view, but for some reason, it doesn't seem to be getting the latest value from the clipboard. If I stop the test run after this failure, I can paste the value I expect into a text editor, but the robot test case isn't getting the newest value. If the clipboard is empty before this test, I get random characters in my variable instead of clipboard text. The expected item in the list view is highlighted during this run, and like I said, I do get the right value in the clipboard since I can paste it into another app just fine. I can't figure out why this fails.
Here's my test case:
Win Active Source File Mapping
Click Main Form Control MappedPane
Send ^{HOME}^c
${Result} = Clip Get
Should Be Equal As Strings ${Result} Required Fields, Data source mapped, Source key mapped