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
Thanks, @valfirst. Yes, I think that's the case. Also (unrelated to this except that it's the same area of code) I think there's a bug that if the zero-th option isn't selected originally, then the wrong option gets selected.
HTML support drop down lists with multiple selections: http://www.w3schools.com/tags/att_select_multiple.asp.
But jBrowserDriver doesn't support this type of elements for now.
The code above tries to select 2 options:
mushrooms
andonions
, but result istomatoes
.Looks like current logic in ElementServer supports only single-select
The text was updated successfully, but these errors were encountered: