Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
EranMes, on behalf of AndreasHaas: add the atoms function bot.dom.get…
Browse files Browse the repository at this point in the history
…InViewLocation to the chrome atoms build files.

r13860
  • Loading branch information
eranmes committed Sep 15, 2011
1 parent 8a9dcfd commit d22d643
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions javascript/chrome-driver/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ js_fragment_cpp(name = "atoms",
"//javascript/webdriver-atoms:set_selected:chrome",
"//javascript/webdriver-atoms:submit:chrome",
"//javascript/webdriver-atoms:toggle:chrome",
"//javascript/webdriver-atoms:get_in_view_location:chrome",
],
extension = "cc",
utf8 = "true")
5 changes: 5 additions & 0 deletions javascript/webdriver-atoms/build.desc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ js_fragment(name = "get_location",
function = "goog.style.getPageOffset",
deps = [ "//javascript/atoms:deps" ])

js_fragment(name = "get_in_view_location",
module = "bot.dom",
function = "bot.dom.getInViewLocation",
deps = [ "//javascript/atoms:deps" ])

js_fragment(name = "get_location_in_view",
module = "bot.dom",
function = "bot.dom.getLocationInView",
Expand Down

0 comments on commit d22d643

Please sign in to comment.