appium / appium-docker-android

Appium Server setup to automate android testing on real devices
https://hub.docker.com/r/appium/
Other
604 stars 230 forks source link

Why different ports #167

Closed vladburian1 closed 4 months ago

vladburian1 commented 6 months ago

why in ReadMe we start appium exposing port 4723 but then connecting to it from code through port 32769 docker run --privileged -d -p 4723:4723 -v /dev/bus/usb:/dev/bus/usb --name appium-container appium/appium driver = new AndroidDriver<MobileElement>(new URL("http://192.168.99.100:32769/wd/hub"), caps);}

budtmo commented 6 months ago

Hi @vladburian1 ,

Thank you for pointing out the typo. Could you correct it in the readme and create a PR? I will approve and merge it