Skip to content

Commit eea09a6

Browse files
authored
[JS] [atoms] expose access to 'type' atom (#12555)
1 parent 22f61cf commit eea09a6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

javascript/webdriver/atoms/inject/BUILD.bazel

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,15 @@ closure_fragment(
391391
deps = [":action"],
392392
)
393393

394+
closure_fragment(
395+
name = "type",
396+
function = "webdriver.atoms.inject.action.type",
397+
module = "webdriver.atoms.inject.action",
398+
deps = [
399+
":action",
400+
],
401+
)
402+
394403
closure_fragment(
395404
name = "get-appcache-status",
396405
function = "webdriver.atoms.inject.storage.appcache.getStatus",

0 commit comments

Comments
 (0)