While running appium test using eclipse. if you are getting the error
org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session.
This means your device name mentioned in your script is not correct as correct you have created in Anroid studio.
Make sure to check space underscore capital letter to resolve this error.
Comments
Post a Comment