How can I find multiple usernames that have the same class name in Python with Selenium?

前端 未结 0 431
轻奢々
轻奢々 2020-12-25 09:34
    if type == 2:
        for p in range(1, maxpages + 1):
            link = url + str(p)
            driver.get(link)

            Users = driver.find_elements_by_         


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