Login
Remember
Register
Ask a Question
What are some possible errors that a developer can face while using Appium?
+1
vote
asked
May 8, 2021
in
Appium
by
sharadyadav1986
What are some possible errors that a developer can face while using Appium?
#appium-use
appium-errors
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 8, 2021
by
sharadyadav1986
Following is the list of some possible errors a developer can face using Appium:
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:selenium.SessionNotCreatedException: A new session could not be created
Error 4: How to find DOM element or XPath in a mobile application?
...