Can't copy to Android clipboard
Posted: Sat May 02, 2020 1:12 am
I'm trying to copy text from a field into the Android clipboard but the program just stops at that point.
I've tried
Doesn't get to the answer part.
I've also tried
It also stops before getting to the answer part.
Am I doing something wrong? Do I need any particular setting?
I'm testing on a real device via USB tether, target set to Android 8
I've tried
Code: Select all
select the text of field "Final Text"
copy the selectedText of field "Final Text"
answer "Text copied"
I've also tried
Code: Select all
select the text of field "Final Text"
set the clipboardData["text"] to the text of field "Final Text"
answer "Text copied"
Am I doing something wrong? Do I need any particular setting?
I'm testing on a real device via USB tether, target set to Android 8