mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
63c7228bff
--HG-- extra : rebase_source : 389b6c3a2923c40167698b477e4d57b230b1a063 |
||
---|---|---|
.. | ||
mozdevice | ||
sut_tests | ||
tests | ||
README.md | ||
setup.py |
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.