Does anybody know how to select a combo box item using Selenium?
I managed to find the div where the items are defined but clicking on the div, what I would expect, doesn't work. Nothing is selected![]()
Does anybody know how to select a combo box item using Selenium?
I managed to find the div where the items are defined but clicking on the div, what I would expect, doesn't work. Nothing is selected![]()
Are you sure that your selector is correct?
The selector is correct. If I use the mousedown it seems to select the one but the binding is not done for some reason![]()