Select option item that partially match string (if this is not possible I will need to get the fullname of listed option items into the program so it can be selected)
Example if you want to select optionTQW 4493, you can just select with TQW?
<select id="_myselector" name="select-list">
<option value='1'>OptionZ 2345</option>
<option value='2'>optionTQW 4493</option>
</select>
1 Answer