I have a java application intended for a specific purpose. As part of the application, I want to pull the clipboard data from the attached Android Device. Is there any way to retrieve data residing in the Android Device's clipboard into the Java Application? I do not have any android app running on the device.
Is there any way to achieve the same via Appium?