Skip to content

Commit bd5e2e9

Browse files
committed
Include the HtmlUnitDriver in the combined client jar
Or we could just not include HtmlUnit in there, but apparently this is what we did in 2.x
1 parent 84569a5 commit bd5e2e9

File tree

2 files changed

+2
-0
lines changed
  • java/client/src/org/openqa/selenium
  • third_party/java/selenium

2 files changed

+2
-0
lines changed

java/client/src/org/openqa/selenium/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ java_library(
171171
"//java/client/src/org/openqa/selenium/support:support",
172172
"//third_party/java/htmlunit:htmlunit",
173173
"//third_party/java/phantomjs-driver:phantomjs-driver",
174+
'//third_party/java/selenium:htmlunit-driver'
174175
],
175176
visibility = [
176177
'//java/server/src/org/openqa/grid/selenium:classes',

third_party/java/selenium/BUCK

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ prebuilt_jar(
88
'//third_party/java/htmlunit:htmlunit'
99
],
1010
visibility = [
11+
'//java/client/src/org/openqa/selenium:client-combined',
1112
'//java/client/test/org/openqa/selenium/htmlunit:htmlunit',
1213
'//java/client/test/org/openqa/selenium/htmlunit:htmlunit-no-js',
1314
'//java/client/test/org/openqa/selenium/testing:test-base',

0 commit comments

Comments
 (0)