selenium: [🐛 Bug]: Sessions are hanged for some time even after the test execution

What happened?

Tests which i have been running just take 30 seconds, even after driver().quit(), then sessions is not exited Screenshot 2022-10-25 at 10 18 43 PM

How can we reproduce the issue?

Its a straight forward test case with limited number of actions running on chrome browser

Relevant log output

I dont see any error, but its just taking time to release the slot for the next test case

Operating System

Linux

Selenium version

Java 4.1.1

What are the browser(s) and version(s) where you see this issue?

Chrome 106

What are the browser driver(s) and version(s) where you see this issue?

Chrome Driver 106.0.5249.61

Are you using Selenium Grid?

4.5.2

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 16 (6 by maintainers)

Commits related to this issue

Most upvoted comments

How can we reproduce the issue? Can you share a test to reproduce this?