instagram-auto-create-account
instagram-auto-create-account copied to clipboard
Submit button is not clickable
File "C:\Users\BRUH\AppData\Local\Programs\Python\Python39\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.ElementClickInterceptedException:
Message: element click intercepted: Element <button class="sqdOP L3NKy y3zKF " type="submit">...</button> is not clickable at point (511, 460). Other element would receive the click: <p class="LlOum">...</p>
(Session info: chrome=92.0.4515.107)
what did u type in the cmd to run the program?
what did u type in the cmd to run the program?
python botAccountCreate.py --chrome
Oh yeah it worked but it stops at the challenge even tho i wasted so much time doing it haha did u find a solution for it?
On Thu, 29 Jul 2021, 6:40 pm Su5yam, @.***> wrote:
what did u type in the cmd to run the program?
python botAccountCreate.py --chrome
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Alan4747/instagram-auto-create-account/issues/43#issuecomment-889252147, or unsubscribe https://github.com/notifications/unsubscribe-auth/AU7NPFYO6KRZK3DNXJILVX3T2FY6BANCNFSM5A6OBDTA .
i think it's because of process id, because even vpn/proxy doesn't help sometimes
Replace:
WebDriverWait(driver, 20).until(EC.element_to_be_clickable((By.XPATH, "//*[@id='react-root']/section/main/div/div/div[1]/div/form/div[7]/div/button"))).click()
with
WebDriverWait(driver, 20).until(EC.element_to_be_clickable((By.XPATH, "//*[@id='react-root']/div/div/section/main/div/div/div[1]/div/form/div[7]/div/button"))).click()
Line 61 in botAccountCreate.py