am new to selenium and while recording in selenium IDE it is not recording drop - down list am posting html code of it.
If the IDE is not recording the event, issue such as the element being defined as hidden.
Thanks for your help :)
<input type="hidden" name="roleSpecification.industries.id" value="" />
<select name="roleSpecification.industries.id" size="3" data-placeholder="Any" class="test chzn-select" multiple="multiple" id="roleSpecification_industries_id" >
<option value="1">Accounting</option>
<option value="2">Architecture & Planning</option>
<option value="3">Arts</option>
</select>