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 f56924e commit 4243f8cCopy full SHA for 4243f8c
java/server/src/org/openqa/grid/selenium/GridLauncherV3.java
@@ -115,7 +115,7 @@ private static GridItemLauncher buildLauncher(String[] args) {
115
return null;
116
}
117
118
- Supplier<GridItemLauncher> supplier = LAUNCHERS.get(gridRole);
+ Supplier<GridItemLauncher> supplier = LAUNCHERS.get(gridRole.toString());
119
if (supplier == null) {
120
System.err.println("Unknown role: " + gridRole);
121
0 commit comments