while True: counter += 1
download_button_xpath = \'/html/body/div[5]/div/div/div/div/div[3]/div[{}]/p/a\'.format(counter)
this is a part of m