driver = new AndroidDriver(new URL("https://127.0.0.1:4723"), options);
start from checking this e.g. try with simple http
instead of https
driver = new AndroidDriver(new URL("https://127.0.0.1:4723"), options);
start from checking this e.g. try with simple http
instead of https