You need to instruct it to focus on the field, clear the field (some
browsers might keep the original text), type each key, and somehow you
need to type space as the last key to trigger the suggestions. So
basically just selenium.type(..) won't work.
Clint