I am writing a Selenium test in PHP using the PHPUnit Selenium extension.
I know how to type something into a text field:
$this->type(\'fieldName\
//note that it's the option text not value $this->select('selectName', 'LabelText');