-2

New to Appium/Java/Selenium and wondering if someone can provide some suggestions or insights to this error I observed. I am using Appium to launch a simulator UICatelog and ran into this issue.

screenshot of the error message

D.Lo
  • 1
  • 1

1 Answers1

0

you need to add the missing jar file which contains the class org/openqa/selenium/NoSuchSessionException

Off the top of my head, I believe it is the selenium-api jar

Doug Simmons
  • 458
  • 3
  • 8
  • Hi Doug, Thank you for your – D.Lo Jul 19 '17 at 03:43
  • Thank you for your suggestion, Doug. I did look at selenium-api.jar but it doesn't seem to contain the class org.openqa.selenium.NoSuchSessionException. Take a look http://www.java2s.com/Code/Jar/s/Downloadseleniumapi290jar.htm. If you have any further recommendation, please feel free to let me know. – D.Lo Jul 19 '17 at 03:51