From 0991ff7600df6ea4a396aec13517826b9b3f755b Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Tue, 19 May 2026 19:24:49 +0100 Subject: [PATCH] [js] Use the typescript atom for get attribute --- javascript/selenium-webdriver/lib/atoms/BUILD.bazel | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/selenium-webdriver/lib/atoms/BUILD.bazel b/javascript/selenium-webdriver/lib/atoms/BUILD.bazel index 4569c6b2b8756..f2b1f0de26778 100644 --- a/javascript/selenium-webdriver/lib/atoms/BUILD.bazel +++ b/javascript/selenium-webdriver/lib/atoms/BUILD.bazel @@ -33,10 +33,10 @@ js_run_binary( js_run_binary( name = "get_attribute", - srcs = ["//javascript/webdriver/atoms:get-attribute.js"], + srcs = ["//javascript/atoms/fragments:get-attribute-typescript.js"], outs = ["get-attribute.js"], args = [ - "$(rootpath //javascript/webdriver/atoms:get-attribute.js)", + "$(rootpath //javascript/atoms/fragments:get-attribute-typescript.js)", "$(rootpath :get-attribute.js)", ], tool = ":make_atoms_module",