Skip to content

Instantly share code, notes, and snippets.

@jmccrary1
Created July 15, 2018 00:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmccrary1/afc3ea77846d273e9716ca34cc31acb1 to your computer and use it in GitHub Desktop.
Save jmccrary1/afc3ea77846d273e9716ca34cc31acb1 to your computer and use it in GitHub Desktop.
Appium - SalesForce - Eclipse Console
org.openqa.selenium.WebDriverException: An unknown server-side error occurred while processing the command. Original error: Unhandled endpoint: /session/299B79F8-D564-4894-B64C-B6F96E61DEC6/wda/screen -- http://localhost:8100/ with parameters {
wildcards = (
"session/299B79F8-D564-4894-B64C-B6F96E61DEC6/wda/screen"
);
}
Build info: version: '3.13.0', revision: '2f0d292', time: '2018-06-25T15:24:21.231Z'
System info: host: 'Justins-MacBook-Pro.local', ip: 'fe80:0:0:0:cd0:fb3a:439f:1331%en0', os.name: 'Mac OS X', os.arch: 'x86_64', os.version: '10.13.6', java.version: '10.0.1'
Driver info: io.appium.java_client.AppiumDriver
Capabilities {acceptSslCerts: true, app-activity: com.salesforce.chatter, autoWebView: true, browserName: , bundleId: com.salesforce.chatter, databaseEnabled: false, deviceName: Justin's iPhone, javascriptEnabled: true, locationContextEnabled: false, networkConnectionEnabled: true, platform: MAC, platformName: MAC, platformVersion: 11.4, startIWDP: true, takesScreenshot: true, udid: 46f1cebeacb4712698c2897ee21..., webStorageEnabled: false}
Session ID: 1aa7b6a8-7dd9-4693-993d-1f74c344d2a5
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122)
at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158)
at io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:218)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548)
at io.appium.java_client.DefaultGenericMobileDriver.execute(DefaultGenericMobileDriver.java:46)
at io.appium.java_client.AppiumDriver.execute(AppiumDriver.java:1)
at io.appium.java_client.HasSessionDetails.getSessionDetails(HasSessionDetails.java:39)
at io.appium.java_client.HasSessionDetails.getSessionDetail(HasSessionDetails.java:56)
at io.appium.java_client.HasSessionDetails.getPlatformName(HasSessionDetails.java:65)
at io.appium.java_client.internal.JsonToMobileElementConverter.<init>(JsonToMobileElementConverter.java:49)
at io.appium.java_client.AppiumDriver.<init>(AppiumDriver.java:89)
at io.appium.java_client.AppiumDriver.<init>(AppiumDriver.java:94)
at com.mccrary.appium.App.setDriver(App.java:28)
at com.mccrary.appium.App.main(App.java:19)
Exception in thread "main" java.lang.NullPointerException
at com.mccrary.appium.App.main(App.java:20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment