2gis / Winium.Desktop

Winium.Desktop is Selenium Remote WebDriver implementation for automated testing of Windows application based on WinFroms and WPF platforms.
Mozilla Public License 2.0
402 stars 140 forks source link

I am getting System.Net.WebException when running the tests in VS 2019 #340

Open anileapen opened 3 years ago

anileapen commented 3 years ago

Hi,

I am getting the following error when running the Winium Test:

OneTimeSetUp: OpenQA.Selenium.WebDriverException : The HTTP request to the remote WebDriver server for URL http://localhost:55532/session/AwesomeSession/element timed out after 180 seconds. ----> System.Net.WebException : The request was aborted: The operation has timed out.

I am using Visual Studio 2019. Winium v0.2.0, Winium Webdriver : V 0.1.1, Selenium : V 2.48.0 Could someone help please?