Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submit button is not clickable #43

Open
su5yam opened this issue Jul 25, 2021 · 5 comments
Open

Submit button is not clickable #43

su5yam opened this issue Jul 25, 2021 · 5 comments

Comments

@su5yam
Copy link

su5yam commented Jul 25, 2021

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)
@mamorutakamura
Copy link

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

@su5yam
Copy link
Author

su5yam commented Jul 29, 2021

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

python botAccountCreate.py --chrome

@mamorutakamura
Copy link

mamorutakamura commented Jul 29, 2021 via email

@pokzy
Copy link
Contributor

pokzy commented Aug 12, 2021

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

@ByeCoder
Copy link

ByeCoder commented Sep 26, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants