From b4a7fc075cbce8fb46e58ef8d5b59d8719035a6e Mon Sep 17 00:00:00 2001 From: AutomatedTester Date: Tue, 19 May 2026 17:30:16 +0100 Subject: [PATCH] [rb] move Ruby bindings to use typescript get attribute atom --- rb/lib/selenium/webdriver/atoms/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rb/lib/selenium/webdriver/atoms/BUILD.bazel b/rb/lib/selenium/webdriver/atoms/BUILD.bazel index d39f1fb1f2fbc..db610aa43141b 100644 --- a/rb/lib/selenium/webdriver/atoms/BUILD.bazel +++ b/rb/lib/selenium/webdriver/atoms/BUILD.bazel @@ -10,7 +10,7 @@ copy_file( copy_file( name = "get-attribute", - src = "//javascript/webdriver/atoms:get-attribute.js", + src = "//javascript/atoms/fragments:get-attribute-typescript.js", out = "getAttribute.js", )