MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / getPort

Method getPort

java/src/org/openqa/selenium/docker/Port.java:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 }
39
40 public int getPort() {
41 return port;
42 }
43
44 public String toString() {
45 return port + "/" + protocol;

Calls

no outgoing calls