Login
Remember
Register
Ask a Question
Mention what are the possible errors one might encounter using Appium?
0
votes
asked
Apr 26, 2021
in
Appium
by
rajeshsharma
Mention what are the possible errors one might encounter using Appium?
#appium
appium-errors
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 26, 2021
by
rajeshsharma
The possible errors one might face in Appium includes
Error 1: The following desired capabilities are needed but not provided: Device Name, platformName
Error 2: Could not find adb. Please set the ANDROID_HOME environment variable with the Android SDK root directory path
Error 3: openqa.selenium.SessionNotCreatedException: A new session could not be created
Error 4: How to find DOM element or XPath in a mobile application?
...