We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b605dd8 commit 5b7e46cCopy full SHA for 5b7e46c
java/server/src/org/openqa/selenium/remote/server/SeleniumServer.java
@@ -56,6 +56,7 @@ public class SeleniumServer implements GridNodeServer {
56
public SeleniumServer(StandaloneConfiguration configuration) {
57
this.configuration = configuration;
58
}
59
+
60
public int getRealPort() {
61
if (server.isStarted()) {
62
ServerConnector socket = (ServerConnector)server.getConnectors()[0];
0 commit comments