Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why different ports #167

Open
vladburian1 opened this issue Apr 29, 2024 · 1 comment
Open

Why different ports #167

vladburian1 opened this issue Apr 29, 2024 · 1 comment

Comments

@vladburian1
Copy link

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
Copy link
Member

budtmo commented May 3, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants