diff --git a/README.md b/README.md index 4a6a86a..a6158fb 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ $ docker exec -it appium-container adb devices ``` + On Windows OS, you need to specify the host to `host.docker.internal` + + ``` + $ docker exec -it appium-container adb -H host.docker.internal devices + ``` + 4. Run UI Test with following test configuration ``` @@ -59,6 +65,8 @@ } ``` + On Windows OS, you need to set the capability `appium:remoteAdbHost` to `host.docker.internal`. This capability is supported by various drivers: UiAutomator2, Espresso, Flutter. + ## Additional configuration ### Share Android identification key