The scenario is , I copy something in the android app which stored in to the clipboard. Now, I want that data, so that I can use in my program to verify it.
At-least an adb command to get the clipboard text will be enough. I can use some c# library to run that adb command and will get the data in programming.