Closed GoogleCodeExporter closed 9 years ago
This is an unfortunate limitation in the way clicks are delivered using
automation - it may happen that events are inserted between Motion.Down and
Motion.Up events and turn the click into a long click. This is not something
under our control, therefore we added the ability to workaround you have
correctly identified - pressBack as the fallback action (it will only be called
if click is turned into a longClick, so you should be OK with the stable tests).
Original comment by vale...@google.com
on 14 Nov 2013 at 6:48
thanks for your reply.
you mean we cannot call typetext
without click (and longclick) , right?
if that, i'm going to use TouchUtils
for type some word or
try disable longclick event of IME in UnitTest code.
Original comment by oono0...@gmail.com
on 16 Nov 2013 at 5:25
Original issue reported on code.google.com by
oono0...@gmail.com
on 14 Nov 2013 at 3:23