Skip to content

Commit

Permalink
[bazel] Make it possible to compile getVisibleText as an js fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jul 22, 2019
1 parent d8e434f commit c87cdae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions javascript/atoms/fragments/BUILD.bazel
Expand Up @@ -42,3 +42,12 @@ closure_fragment(
"//javascript/atoms:locators",
],
)

closure_fragment(
name = "get-text",
function = "bot.dom.getVisibleText",
module = "bot.dom",
deps = [
"//javascript/atoms:dom",
],
)

0 comments on commit c87cdae

Please sign in to comment.