Skip to content

Commit

Permalink
Attempt to improve BUCK SeleniumHQ#11
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaNaumovich committed Feb 11, 2018
1 parent 19a6646 commit 649d6b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,11 @@ java_library(name = 'beta',
)

java_library(name = 'web-element',
srcs = [ 'WebElement.java' ],
srcs = [
'WebElement.java',
'SearchContext.java',
'TakesScreenshot.java',
],
visibility = [
'//java/client/src/org/openqa/selenium:core',
],
Expand Down

0 comments on commit 649d6b0

Please sign in to comment.