You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(java): handle invisible options gracefully in selectByVisibleText
Refactored the logic in selectByVisibleText to skip invisible options
instead of failing fast. The method now continues evaluating other
options with matching visible text, ensuring consistent behavior when
multiple matching elements exist but some are hidden via CSS.
This change improves robustness and aligns with cross-language
expectations for Select component behavior.
Relates to #15265
0 commit comments