Skip to content

Commit

Permalink
Fixed Appium port on documentation / fixed issue #167
Browse files Browse the repository at this point in the history
  • Loading branch information
budtmo authored Jul 4, 2024
1 parent 44ca744 commit f5c32c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
caps.setCapability("app", "/home/androidusr/sample.apk");
//Get the IP Address of boot2docker
//docker inspect $(docker ps -q) | grep IPA
driver = new AndroidDriver<MobileElement>(new URL("http://192.168.99.100:32769/wd/hub"), caps);
driver = new AndroidDriver<MobileElement>(new URL("http://xx.xx.xx.xx:4723/wd/hub"), caps);
}
```

Expand Down

0 comments on commit f5c32c4

Please sign in to comment.