Use Case
I have one mobile device connected on a laptop whose IP is 10.132.222.23
. Now I want to make appium session with the device from another laptop.
This is possible when we do it from Appium Desktop, but I want to explore a command line option to do the same.
What I did
from my laptop, I tried to run the command
appium -a 10.132.222.23 -p 4734
However, this fails. I believe that I am missing some essentials parameter to make the session.