Skip to content
wtchoi edited this page Apr 10, 2013 · 1 revision

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.
Clone this wiki locally