Selenium Interaction with combo box

I am trying to automate the selection of an entry in a dhtmlxcombobox that was converted from a selection menu. I am using selenium, driven by python to run the tests. I am using sel.click( ‘//div[2]’) but the method won’t work for any number under 10. Is there an easier way to do this, or how would I accomplish this task. I can include any information that is needed quickly, and would really appreciate some help.

Here is the HTML source for the box if it helps

1 Like