0

I am learning MonkeyRunner tool. I have a Date and Time Picker and want to pass the values to it.

I tried using device.Type(). But that does not work.

Any help regarding this is appreciated.

AndroGeek
  • 1,280
  • 3
  • 13
  • 25

1 Answers1

0

Try to send the KeyEvents directly. You can find the list of KeyEvents here

for example device.press('KEYCODE_1', MonkeyDevice.DOWN_AND_UP)

M.K.
  • 256
  • 1
  • 6