combox select() and selectByValue() failed
select() and selectByValue() select an item in the dropdown list of the combobox (they both fail, because the dropdown list isn't visible).
However, you aren't looking for either select() or selectByValue(), you are looking for setValue().
However, you aren't looking for either select() or selectByValue(), you are looking for setValue().