SelectByIndexAgent
From Documentation
Because selectbox has no child components to select which is different to other data components (e.g. listbox and grid), it needs a different agent to mimic selecting operation. You have to give an index to select its item.
selectbox.as(SelectByIndexAgent.class).select(3);