gecko/testing/mozbase/mozdevice
2012-09-17 15:13:45 -07:00
..
mozdevice Bug 791716 - mirror mozbase -> m-c for week of Sept 17, 2012;r=wlach 2012-09-17 15:13:45 -07:00
sut_tests Bug 791716 - mirror mozbase -> m-c for week of Sept 17, 2012;r=wlach 2012-09-17 15:13:45 -07:00
tests Bug 789496 - DeviceManagerSUT: always consume prompt after receiving agent warning. r=wlach 2012-09-10 11:33:11 -04:00
README.md Bug 723107 - Re-add mozdevice to testing/mozbase, remove duplicate files in build/mobile;r=jmaher 2012-09-07 16:00:31 -04:00
setup.py Bug 789328 - bump mozprocess and mozrunner (again) and release to pypi 2012-09-10 11:13:04 -04:00

mozdevice provides an interface to interact with a remote device such as an Android phone connected to a workstation. Currently there are two implementations of the interface: one uses a TCP-based protocol to communicate with a server running on the device, another uses Android's adb utility.