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

Starting Device Manager #39

Open
ramgiteng opened this issue Mar 21, 2019 · 4 comments
Open

Starting Device Manager #39

ramgiteng opened this issue Mar 21, 2019 · 4 comments
Labels

Comments

@ramgiteng
Copy link

How do we build and start the Device Manager? Also, is the IP and Port number on AndroidTest.java corresponding to an Android Device?

@saikrishna321
Copy link
Member

@rameshgit96 you can add the dependency to your project https://github.com/AppiumTestDistribution/DeviceManager#maven

is the IP and Port number on AndroidTest.java corresponding to an Android Device

Yes, providing the UDID https://github.com/AppiumTestDistribution/DeviceManager/blob/master/src/main/java/com/github/android/AndroidManager.java#L35

It returns all the device properties.

@ramgiteng
Copy link
Author

Sai, do we start the DeviceManager by running the jar file in the specific directory?

Using the command: java -jar .jar?

@saikrishna321
Copy link
Member

Nope, you can use DeviceManager in your project by adding into your pom.xml.

Can I ask what is your use-case?

@ramgiteng
Copy link
Author

My use-case is to obtain information about the connected devices such as capturing screenshots, collecting device logs, and obtaining device properties. I added the maven dependency but do we need to enter a command to get the above information?

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

No branches or pull requests

2 participants