run python -m uiautomator2 init
once android device plugin.
-
Install nodejs
-
Install dependencies by npm
npm install
node main.js --server $SERVER_ADDR
How it works.
Use adbkit to trace device. And the following command will call when device plugin
python -m uiautomator2 init --server $SERVER_ADDR
MIT