Skip to content

Commit

Permalink
add ElementScrollBehavior enum to BUCK so it's included in the releas…
Browse files Browse the repository at this point in the history
…e artifact like it was in 2.X

Fixes SeleniumHQ#2954
  • Loading branch information
lukeis committed Oct 18, 2016
1 parent d4933ff commit a0f6b8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/client/src/org/openqa/selenium/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ java_library(name = 'core',
'UnexpectedAlertBehaviour.java',
'WebDriver.java',
'WebElement.java',
'internal/ElementScrollBehavior.java',
'internal/HasIdentity.java',
'internal/Killable.java',
'internal/Locatable.java',
Expand Down

0 comments on commit a0f6b8d

Please sign in to comment.