I am writing a Selenium test in PHP using the PHPUnit Selenium extension.
I know how to enter something into the text box:
$this->type('fieldName', 'value');
But how to choose an option from the drop-down menu?
php selenium phpunit selenium-rc
Andrew
source share