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 2b2b27c commit 2f758e5Copy full SHA for 2f758e5
java/src/org/openqa/selenium/grid/BUILD.bazel
@@ -154,9 +154,10 @@ java_export(
154
"//java/src/org/openqa/selenium/grid/sessionmap/httpd",
155
"//java/src/org/openqa/selenium/grid/sessionqueue/httpd",
156
"//java/src/org/openqa/selenium/ie",
157
+ "//java/src/org/openqa/selenium/remote",
158
"//java/src/org/openqa/selenium/safari",
159
"//javascript/grid-ui:react_jar",
- ] + CDP_DEPS,
160
+ ],
161
deps = [
162
":base-command",
163
"//java/src/org/openqa/selenium/cli",
0 commit comments