instagram-auto-create-account icon indicating copy to clipboard operation
instagram-auto-create-account copied to clipboard

Submit button is not clickable

Open su5yam opened this issue 3 years ago • 5 comments

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)

su5yam avatar Jul 25 '21 11:07 su5yam

what did u type in the cmd to run the program?

mamorutakamura avatar Jul 26 '21 20:07 mamorutakamura

what did u type in the cmd to run the program?

python botAccountCreate.py --chrome

su5yam avatar Jul 29 '21 15:07 su5yam

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 .

mamorutakamura avatar Jul 29 '21 16:07 mamorutakamura

i think it's because of process id, because even vpn/proxy doesn't help sometimes

pokzy avatar Aug 12 '21 17:08 pokzy

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

TUXGroup avatar Sep 26 '21 09:09 TUXGroup