Is there a way to set the selected option in this _addOption


There is no way to mark options as selected during adding, but you can do it exactly after adding
    combo.selectOption(ind);
or
    combo.selectOption(combo.getIndexByValue(value));