We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc1850 commit fa386b6Copy full SHA for fa386b6
javascript/atoms/BUCK
@@ -160,6 +160,25 @@ js_library(name = 'locators',
160
)
161
162
163
+js_library(name = 'window',
164
+ srcs = [
165
+ 'frame.js',
166
+ 'window.js',
167
+ ],
168
+ deps = [
169
+ ':bot',
170
+ ':error-lib',
171
+ ':events',
172
+ ':json',
173
+ ':locators',
174
+ '//third_party/closure:closure',
175
176
+ visibility = [
177
+ '//javascript/...',
178
179
+)
180
+
181
182
js_library(name = 'xpath',
183
srcs = [
184
'locators/xpath.js',
0 commit comments