We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8e7c0 commit ecfbecbCopy full SHA for ecfbecb
java/client/src/org/openqa/selenium/BUCK
@@ -108,6 +108,9 @@ java_library(
108
'Architecture.java',
109
'Platform.java',
110
],
111
+ deps = [
112
+ ':exceptions',
113
+ ],
114
visibility = ['PUBLIC'],
115
)
116
java/client/test/org/openqa/selenium/support/BUCK
@@ -18,6 +18,7 @@ java_library(name = 'tests',
18
19
deps = [
20
'//java/client/src/org/openqa/selenium:webdriver-api',
21
+ '//java/client/src/org/openqa/selenium/remote:remote',
22
'//java/client/src/org/openqa/selenium/support:page-factory',
23
'//java/client/src/org/openqa/selenium/support:support',
24
'//java/client/src/org/openqa/selenium/support/events:events',
0 commit comments