Skip to content

Instantly share code, notes, and snippets.

@gamesguru
Created November 3, 2017 18:42
Show Gist options
  • Save gamesguru/6d400b2ef018cd2fa9ada35f5385e4c2 to your computer and use it in GitHub Desktop.
Save gamesguru/6d400b2ef018cd2fa9ada35f5385e4c2 to your computer and use it in GitHub Desktop.
System.InvalidOperationException occurred
HResult=0x80131509
Message=An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8203
Source=WebDriver
StackTrace:
at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.Execute(String driverCommandToExecute, Dictionary`2 parameters)
at OpenQA.Selenium.Appium.AppiumDriver`1.PerformTouchAction(ITouchAction touchAction)
at OpenQA.Selenium.Appium.AppiumDriver`1.DoSwipe(Int32 startx, Int32 starty, Int32 endx, Int32 endy, Int32 duration)
at OpenQA.Selenium.Appium.Android.AndroidDriver`1.Swipe(Int32 startx, Int32 starty, Int32 endx, Int32 endy, Int32 duration)
at AndroidStressTest.testMethods.swipeDown(String s) in C:\Users\sjaroch\Desktop\AndroidStressTest\AndroidStressTest\testMethods.cs:line 112
at AndroidStressTest.frmTestStatus.<Bw_DoWork>b__18_0(Int32 z) in C:\Users\sjaroch\Desktop\AndroidStressTest\AndroidStressTest\frmTestStatus.cs:line 225
at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment