[FIX] selenium lib: get_element wait_clickable return 1 element
This commit is contained in:
parent
f0a7e85e81
commit
01c23b0640
1 changed files with 1 additions and 0 deletions
|
|
@ -500,6 +500,7 @@ class SeleniumLib(object):
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
only_one = True
|
||||||
elif is_visible:
|
elif is_visible:
|
||||||
ele = wait.until(
|
ele = wait.until(
|
||||||
EC.visibility_of_any_elements_located(
|
EC.visibility_of_any_elements_located(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue