gecko/testing/mozbase/mozdevice
2012-01-12 13:09:04 -05:00
..
mozdevice Bug 717408 - Remove unneeded clause in python exception handling that was causing errors on python 2.5. r=geoffbrown 2012-01-12 13:09:04 -05:00
README.md Bug 706844 - Create a make target for peptest. r=jmaher 2011-12-06 09:26:24 -05:00
setup.py Bug 706844 - Create a make target for peptest. r=jmaher 2011-12-06 09:26:24 -05: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.