[FIX] selenium lib: get_element wait_clickable return 1 element

This commit is contained in:
Mathieu Benoit 2026-05-24 01:29:41 -04:00
parent f0a7e85e81
commit 01c23b0640

View file

@ -500,6 +500,7 @@ class SeleniumLib(object):
)
)
)
only_one = True
elif is_visible:
ele = wait.until(
EC.visibility_of_any_elements_located(