File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
java/client/src/org/openqa/selenium
third_party/java/selenium Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ java_library(
171
171
"//java/client/src/org/openqa/selenium/support:support" ,
172
172
"//third_party/java/htmlunit:htmlunit" ,
173
173
"//third_party/java/phantomjs-driver:phantomjs-driver" ,
174
+ '//third_party/java/selenium:htmlunit-driver'
174
175
],
175
176
visibility = [
176
177
'//java/server/src/org/openqa/grid/selenium:classes' ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ prebuilt_jar(
8
8
'//third_party/java/htmlunit:htmlunit'
9
9
],
10
10
visibility = [
11
+ '//java/client/src/org/openqa/selenium:client-combined' ,
11
12
'//java/client/test/org/openqa/selenium/htmlunit:htmlunit' ,
12
13
'//java/client/test/org/openqa/selenium/htmlunit:htmlunit-no-js' ,
13
14
'//java/client/test/org/openqa/selenium/testing:test-base' ,
You can’t perform that action at this time.
0 commit comments