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

Hi
I have an Appium server and Android emulator running on Docker on a remote machine, with the setup provided here:

I am trying to connect to the above appium server to my appium inspector running on my local machine.
My python test scripts can connect to my setup at http://172.16.0.75:4444/wd/hub2 and run test cases easily.

however my appium inspector cant find anyting at host ip172.16.0.75 and host port 4444. I am assuming that clicking on the session id text box should provide a list of session ids running at the target machine, but it comes up blank.