Html select tag contains Id. I have used id in relative path and testing in firepath by clicking evaluate button.firepath returns only one matching node but select box is not highlighted. It clearly says that select box wont be handle. I tried in many ways and not helped me. Please find the html tag on below
<select id="myForm:operatingUnit" class="ef-combo-container" style="display:none;" name="myForm:operatingUnit">
<option value="-1">Please Select</option>
<option value="702">Industrial Casualty</option>
<option value="703">General Casualty</option>
<option value="704">Specialty Primary</option>
</select>
<input id="myForm:operatingUnit_input" class="combo-input ui-autocomplete-input" value="Please Select" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true" title="Please Select"/>
Please find the relative xpath on below:
//select[@id='myForm:operatingUnit']
I have used various explict wait statments as well but not working out to overcome from this issue. Please help me to overcome from this problem