Hi
I know you're using MacOSX and hence you're using below URL from docker-machine ip command in BaseAndroidTest
driver = new AndroidDriver(new URL("http://192.168.99.100:4723/wd/hub"), capabilities);
But i am using Ubuntu then what URL do i need to specify here?