in file instagram_bot_3v.py file at line 81 suggestion try: driver.find_element_by_xpath("//button[text()='Follow']").click() follow_count +=1 print("Followed : ",follow_count) time.sleep(8) except Exception as err: pass
in file instagram_bot_3v.py file at line 81
suggestion
try:
driver.find_element_by_xpath("//button[text()='Follow']").click()
follow_count +=1
print("Followed : ",follow_count)
time.sleep(8)
except Exception as err:
pass