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()

相关文章:

  • 2021-06-21
  • 2021-10-27
  • 2021-12-20
  • 2021-11-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-25
  • 2021-07-12
  • 2021-12-10
  • 2022-12-23
  • 2021-03-29
相关资源
相似解决方案