MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / main

Method main

java/src/org/openqa/selenium/grid/Main.java:40–42  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

38 private final String[] args;
39
40 public static void main(String[] args) {
41 new Main(System.out, System.err, args).go();
42 }
43
44 Main(PrintStream out, PrintStream err, String[] args) {
45 // It's not private to make it visible for tests

Callers

nothing calls this directly

Calls 1

goMethod · 0.80

Tested by

no test coverage detected