Automatically register connected device or emulator to selenium grid with appium
- run selenium grid
java -jar selenium-server-standalone-2.45.0.jar -role hub
- run autoregister
ANDROID_HOME=<path_to_android_sdk> APPIUM_EXECUTABLE=<path_to_appium_executable> python3 autoregister.py