selenium python选取下拉框中的值
Posted Raul2018
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了selenium python选取下拉框中的值相关的知识,希望对你有一定的参考价值。
https://stackoverflow.com/questions/47689936/unable-to-scroll-and-select-desired-year-from-calender-in-webdriver-python
Year1990 = driver.find_element_by_xpath("//*[@id=‘ui-datepicker-div‘]/div/select[2]/option[28]")
ActionChains(driver).move_to_element(Year1990).click(Year1990).perform()
以上是关于selenium python选取下拉框中的值的主要内容,如果未能解决你的问题,请参考以下文章
Selenium+python --定位下拉列表框并选取内容