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

Feature to configure the ADB port in uiautomator2. Users can now specify a custom port, providing more flexibility. #988

Closed
Diogo-py opened this issue Jun 3, 2024 · 2 comments

Comments

@Diogo-py
Copy link

Diogo-py commented Jun 3, 2024

Changes:

Added an option to set a custom ADB port.

Example:
For instance, the ADB server typically starts on the default port 5037. However, by using adb -P 5038, it's possible to start a new server on port 5038 (or any other available port). I want to be able to connect to a device that is on adb port 5038

@codeskyblue
Copy link
Member

Check adbutils for more details. The adbutils is support change port by env var

@Diogo-py
Copy link
Author

Diogo-py commented Jun 4, 2024

I achieved. :)

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

No branches or pull requests

2 participants