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

Add code to terminate the Grid servers #277

Open
sbabcoc opened this issue Oct 1, 2024 · 0 comments
Open

Add code to terminate the Grid servers #277

sbabcoc opened this issue Oct 1, 2024 · 0 comments

Comments

@sbabcoc
Copy link
Owner

sbabcoc commented Oct 1, 2024

In Selenium 4, grid server "lifecycle" features have been removed. To shut down servers in Selenium 4 Grid, we'll need to determine the process ID of each server and use ProcessHandle to shut it down. To do this most gracefully, we need to figure out if we can add metadata to each server process to indicate its role and port, in the same way that we flag Appium servers running under PM2.

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

1 participant