Kevin_W
10 years agoNew Contributor
using testcomplete to send keyboard "Done"/"Next"
We are Trying to simulate a user filling in a form on an application.
most of the time the user is provided with a keyboard and a next button on this keyboard.
We would like to send text to the device using Mobile.Device.Keys("Username[Enter]"), but then replace [Enter] with the code for Next or Done at the end of the form.
We need this functionality to check if the linkage of the next button is correct.