This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
4 / 4
May 2016

Hi!

I want to connect to devices that really are connected to another machine.

I tryed using adb -s deviceId -H remoteHostIp devices and other adb commands and it worked...

But when I read the Appium documentation I cannot find any parameter that allow me to set the remote host where I want to connect....

This option exists?

Thank you very much!

  • created

    Jul '15
  • last reply

    May '16
  • 3

    replies

  • 1.5k

    views

  • 2

    users

I'm sorry, I found that I can pass the remoteAdbHost parameter to the adb using this parameter as a capability :slightly_smiling:

10 months later