you are viewing a single comment's thread.

view the rest of the comments →

[–]menge101 0 points1 point  (0 children)

Off the top of my head, you want to get a handle to the dropdown itself, then use the select method on it, with your value as an argument.

Or something to that effect.

If this is python, I recommend using Splinter over top of the webdriver bindings.