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

Error message #30

Closed
ef1500 opened this issue May 15, 2021 · 1 comment
Closed

Error message #30

ef1500 opened this issue May 15, 2021 · 1 comment

Comments

@ef1500
Copy link

ef1500 commented May 15, 2021

File "/home/kali/Moriarty-Project/Moriarty.py", line 166, in
microsoft_mail(options.phone_number,options.microsoft_mail_address,options.mail_password)
File "/home/kali/Moriarty-Project/Moriarty.py", line 60, in microsoft_mail
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH, "/html/body/div/main/div/a[2]"))).click()
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webelement.py", line 672, in _execute
return self._parent.execute(command, params)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute
self.error_handler.check_response(response)
File "/usr/lib/python3/dist-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 ... is not clickable at point (392, 327). Other element would receive the click:

...

(Session info: headless chrome=89.0.4389.114)

I get this error when I run it on both windows and on kali, any idea why?

@AzizKpln
Copy link
Owner

Updated

This issue was closed.
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

2 participants