You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This document describes about ChimpChat library (adkroot/tools/lib/chipmchat.jar). The library is almost identical to monkeyrunner tool. This document explains difference.
class IChimpDevice
IChimpDevice implements functionality of MonkeyDevice.
IChimpDevice.drag(int, int, int, int, int step, int time_msec): Order of the last two arguments are changed. Also, It interpret time argument using millisecond metric, while MonkeyDevice.drag() uses second metric.