File tree Expand file tree Collapse file tree
java/src/org/openqa/selenium Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ java_export(
1616 "//java/src/org/openqa/selenium:core" ,
1717 "//java/src/org/openqa/selenium/chromium" ,
1818 "//java/src/org/openqa/selenium/json" ,
19+ "//java/src/org/openqa/selenium/manager" ,
1920 "//java/src/org/openqa/selenium/remote" ,
20- "//java/src/org/openqa/selenium/manager:manager" ,
2121 artifact ("com.google.guava:guava" ),
2222 ],
2323)
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ java_export(
1717 "//java:auto-service" ,
1818 "//java/src/org/openqa/selenium:core" ,
1919 "//java/src/org/openqa/selenium/chromium" ,
20+ "//java/src/org/openqa/selenium/manager" ,
2021 "//java/src/org/openqa/selenium/remote" ,
21- "//java/src/org/openqa/selenium/manager:manager" ,
2222 artifact ("com.google.guava:guava" ),
2323 ],
2424)
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ java_export(
1313 "//java/src/org/openqa/selenium/bidi" ,
1414 "//java/src/org/openqa/selenium/devtools/v85" ,
1515 "//java/src/org/openqa/selenium/json" ,
16+ "//java/src/org/openqa/selenium/manager" ,
1617 "//java/src/org/openqa/selenium/remote" ,
17- "//java/src/org/openqa/selenium/manager:manager" ,
18- artifact ("com.google.guava:guava" ),
18+ artifact ("com.google.guava:guava" ),
1919 ],
2020)
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ java_export(
1010 deps = [
1111 "//java:auto-service" ,
1212 "//java/src/org/openqa/selenium:core" ,
13+ "//java/src/org/openqa/selenium/manager" ,
1314 "//java/src/org/openqa/selenium/remote" ,
14- "//java/src/org/openqa/selenium/manager:manager"
1515 ],
1616)
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ rb_library(
6161 "//rb/spec/unit/selenium/webdriver/common:action_builder" ,
6262 "//rb/spec/unit/selenium/webdriver/common:credentials" ,
6363 "//rb/spec/unit/selenium/webdriver/common:logger" ,
64- "//rb/spec/unit/selenium/webdriver/common:selenium_manager" ,
6564 "//rb/spec/unit/selenium/webdriver/common:options" ,
65+ "//rb/spec/unit/selenium/webdriver/common:selenium_manager" ,
6666 "//rb/spec/unit/selenium/webdriver/common:service" ,
6767 "//rb/spec/unit/selenium/webdriver/common:virtual_authenticator_options" ,
6868 "//rb/spec/unit/selenium/webdriver/common/interactions" ,
You can’t perform that action at this time.
0 commit comments