Search found 2 matches

by mbrockmeier
Tue Sep 18, 2018 7:17 am
Forum: Mobile Testing
Topic: setvalue on Android entering the value but app not recognizing input
Replies: 11
Views: 3545

Re: setvalue on Android entering the value but app not recognizing input

@sstowe

You could use Ranorex to click into the textinputs and use adb to send the key sequence...

e.g.
Process.Start("adb.exe shell input text texttoenter");
by mbrockmeier
Wed Sep 12, 2018 10:49 am
Forum: Mobile Testing
Topic: setvalue on Android entering the value but app not recognizing input
Replies: 11
Views: 3545

Re: setvalue on Android entering the value but app not recognizing input

@sstowe: This happens because Ranorex does not support native keyevents apart from the "Mobile Key Press" events. Usage of Key Sequence/Key Shortcut is currently not supported on mobile platforms (only Desktop/Web). We are facing this issue as well, so we used this workaround: Touch Textfield SetVal...