Selenium positioning drop-down box

# find element

sel=driver.find_element(By.CSS_SELECTOR,"#slywlb")

#Store the positioned drop-down menu element into the Select class

Select(sel).select_by_value("20026")

Guess you like

Origin blog.csdn.net/u012388338/article/details/129556904