Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress indicator on the test tree keeps spinning forever with Selenium Chrome WebDriver #356

Open
tarekahf opened this issue Mar 17, 2022 · 2 comments

Comments

@tarekahf
Copy link

tarekahf commented Mar 17, 2022

Only when using Selenium WebDrive and if the Chrome is opened as per the following code:

IWebDriver driver;
driver = new ChromeDriver();

then, the progress indicator on the test tree will keep on spinning forever. If I don't open Chrome by commenting out the new ChromeDriver(), it works fine.

Following are the required details:

  1. Dotnet sdk version: .NET 5.0
  2. Unit test framework: NUnit 3.13.1
  3. The link to the repo with the issue: https://github.com/tarekahf/NUnit-Selenium
  4. Selenium WebDriver: 4.1.0
  5. .NET Core Test Explorer v0.7.7

See the snapshot below.

Please help to resolve this issue.

Tarek

NUnit test keeps spinning

@RamakrishnanRajaram
Copy link

I am facing this same issue. Is there a workaround for this?

Required Details:
Dotnet sdk version: .NET 6.0
Unit test framework: NUnit 3.13.3
Selenium WebDriver: 3.141.0
.NET Core Test Explorer v0.7.8

@tarekahf
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants