I started the Browser Node using the org.openqa.selenium.grid.node.httpd.NodeServer class and need to stop the NodeServer in certain use cases. I tried using the stop() method to stop the NodeServer, ...