Follow these steps for write copied text:
-
Open Terminal
-
Write command:
adb devices(it will list the device currently connected) -
Select Textbox where you want to write text
-
Write command:
adb shell input text 'Yourtext'(make sure only one device is connected to run this command and that you can also use Single Quotes) -
Done!