Problem: select a specific option in a select dropdown Solution: found here: driver.findElement(wd.By.css('#month>option[title=\'November\']')).click();