from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.keys import Keys
ActionChains(driver).send_keys(Keys.ENTER).perform()

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-16
  • 2021-04-13
  • 2021-08-06
  • 2021-06-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-28
  • 2021-08-28
  • 2022-12-23
  • 2021-12-05
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案