File tree 2 files changed +2
-2
lines changed
java/client/src/org/openqa/selenium/remote
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ genrule(
172
172
srcs = [
173
173
'//javascript/firefox-driver:webdriver' ,
174
174
'//javascript/firefox-driver:webdriver_prefs' ,
175
- '//javascript/webdriver/atoms:getAttribute ' ,
175
+ '//javascript/webdriver/atoms:get-attribute ' ,
176
176
'//javascript/atoms/fragments:is-displayed' ,
177
177
'//cpp/prebuilt:noblur32' ,
178
178
'//cpp/prebuilt:noblur64'
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ java_library(name = 'remote-lib',
141
141
142
142
export_file (
143
143
name = 'get-attribute' ,
144
- src = '//javascript/webdriver/atoms:getAttribute ' ,
144
+ src = '//javascript/webdriver/atoms:get-attribute ' ,
145
145
out = 'getAttribute.js' ,
146
146
)
147
147
You can’t perform that action at this time.
0 commit comments