Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MummanaSubramanya/01e2bb906d1064b8c2f476d1a63cb618 to your computer and use it in GitHub Desktop.
Save MummanaSubramanya/01e2bb906d1064b8c2f476d1a63cb618 to your computer and use it in GitHub Desktop.
Test Freeze Exception
Message: Test method xxx.Mobile.Tests.Features.FP_Home_App.xxxWindFeature.ARegistrationOfSingleSmart threw exception: OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://127.0.0.1:4723/wd/hub/session/75a512a0-1ce9-4f78-a383-cb938e2fd264/screenshot timed out after 60 seconds. ---> System.Net.WebException: The request was aborted: The operation has timed out. Assert.Fail failed. 2018-Oct-15 15:16:10:### Assert.Fail failed. 2018-Oct-15 15:16:10:Microsoft.VisualStudio.TestTools.UnitTesting.AssertFailedException: Assert.Fail failed. 2018-Oct-15 15:16:10:### Exception: OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://127.0.0.1:4723/wd/hub/session/75a512a0-1ce9-4f78-a383-cb938e2fd264/appium/app/close timed out after 60 seconds. ---> System.Net.WebException: The request was aborted: The operation has timed out. at System.Net.HttpWebRequest.GetResponse() at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo) --- End of inner exception stack trace --- at OpenQA.Selenium.Appium.Service.AppiumCommandExecutor.Execute(Command commandToExecute) at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary2 parameters)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment