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 --定位下拉列表框并选取内容

tkinter下拉框中的值可以是变量吗

JS实时获取输入框中的值

如何使用 Java 计算 Selenium WebDriver 中选择下拉框中的选项数量?

选择下拉框中的值时启用文本框[关闭]

请大家帮忙,selenium中如何定位到frame下的form中的文本框中?感谢!