FAILED CONFIGURATION: @BeforeClass setUp org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure

Hi Team,

Thanks for the reply. I am not working with emulators. I am trying to debug on my Mobile Phone. The issue is however resolved now.

Solution:
In Appium Android setting i had previously checked the option to Launch AVD and as i had not configured AVD, so it was unable to start the session on AVD.

I just unchecked Launch AVD option and passed on my mobile ADB device id taken from cmd (adb devices) and everything is running smoothly.

Thanks again:grinning: