How to click and hold with delay with selenium python

前端 未结 0 1546
南笙
南笙 2020-12-04 07:12
def click_button_with_hold(self, btn, delay_in_ms=300):
    webdriver.ActionChains(self.driver).click_and_hold(btn)
    sleep(delay_in_ms / 1000)
    webdriver.Actio         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题