How to Kill Active Selenium Sessions Exceeding Specified Time? #2412
Unanswered
johndaniel7
asked this question in
Q&A
Replies: 1 comment
-
Env var |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have encountered a situation where a test hangs indefinitely while waiting for a specific condition to be met (in this case, waiting for a global loading overlay). The session remains active, and the test keeps retrying without any progress.i have enabled the SE_ENABLE_BROWSER_LEFTOVERS_CLEANUP=true environment variable but there is no effect. Can you suggest any environment variable in Selenium Docker compose https://github.com/SeleniumHQ/docker-selenium/blob/trunk/docker-compose-v3-video-upload.yml to automatically kill active Selenium sessions or tests that exceed a certain duration? Thanks
Beta Was this translation helpful? Give feedback.
All reactions