from selenium.webdriver.support.ui import Select

select = Select(driver.find_element(By.NAME, “select”))
select.select_by_index(3)