Skip to content

Commit f5c32c4

Browse files
authored
Fixed Appium port on documentation / fixed issue #167
1 parent 44ca744 commit f5c32c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
caps.setCapability("app", "/home/androidusr/sample.apk");
6262
//Get the IP Address of boot2docker
6363
//docker inspect $(docker ps -q) | grep IPA
64-
driver = new AndroidDriver<MobileElement>(new URL("http://192.168.99.100:32769/wd/hub"), caps);
64+
driver = new AndroidDriver<MobileElement>(new URL("http://xx.xx.xx.xx:4723/wd/hub"), caps);
6565
}
6666
```
6767

0 commit comments

Comments
 (0)