Selenium driver.close and reopening it after x amount of time

后端 未结 0 1568
渐次进展
渐次进展 2020-12-14 01:04
def vote():
    randomclick = random.uniform(min1, max1)
    randomVoteTime = random.uniform(min, max)
    time.sleep(randomclick)
try:
    driver.find_element_by_xp         


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