for this code of website
<select name="birthDate[month]"
class="monthSelect">
<option value="">Month</option>
<option value="1">january</option>
<option value="2">feburary</option>
How can I choose for example the second option ? I'm able to do this via id, but there is not id in this case