From 01c23b06401fba29ff6f4896a0952e8a15e2c8fd Mon Sep 17 00:00:00 2001 From: Mathieu Benoit Date: Sun, 24 May 2026 01:29:41 -0400 Subject: [PATCH] [FIX] selenium lib: get_element wait_clickable return 1 element --- script/selenium/selenium_lib.py | 1 + 1 file changed, 1 insertion(+) diff --git a/script/selenium/selenium_lib.py b/script/selenium/selenium_lib.py index 45fa28d..e888ffa 100644 --- a/script/selenium/selenium_lib.py +++ b/script/selenium/selenium_lib.py @@ -500,6 +500,7 @@ class SeleniumLib(object): ) ) ) + only_one = True elif is_visible: ele = wait.until( EC.visibility_of_any_elements_located(