I'm working with the webbrowser component. I have a listbox on a HTML-page.

This is what the listbox HTML looks like:
<select name="domains_to_add[]" id="domains_to_add" multiple="multiple" class="multi_domains" size="10">

I would like to select multiple items in the listbox, any idea how I do it?