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

ChromeDriver - Message: element not interactable #71

Open
dj-bulka opened this issue Apr 13, 2021 · 3 comments
Open

ChromeDriver - Message: element not interactable #71

dj-bulka opened this issue Apr 13, 2021 · 3 comments

Comments

@dj-bulka
Copy link

dj-bulka commented Apr 13, 2021

I'm running Rasbian "Buster" (10.9) and recently I have discovered below issue while running 'noip' script: noip-renew.py

[2021/04/13 14:46:08] - Debug level: 2
[2021/04/13 14:46:08] - Opening https://www.noip.com/login...
[2021/04/13 14:47:09] - Logging in...
[2021/04/13 14:49:26] - Message: timeout: Timed out receiving message from renderer: 90.000
(Session info: headless chrome=88.0.4324.187)

I have followed stackoverflow article:
https://stackoverflow.com/questions/44119081/how-do-you-fix-the-element-not-interactable-exception

and I have modified the script line: 77, from:
self.browser.find_element_by_name("Login").click()
to:
self.browser.find_element_by_class_name(u"nomarg").click()

which seems to fix the problem. I'm not sure if this a problem on no-ip.com website or if something change in Debian packages.

@kodavn
Copy link

kodavn commented Apr 15, 2021

#68

@mmeiste
Copy link

mmeiste commented Jul 14, 2021

and I have modified the script line: 77, from:
self.browser.find_element_by_name("Login").click()
to:
self.browser.find_element_by_class_name(u"nomarg").click()

thanks a lot, that also worked fine for me!

@requa3r0
Copy link

requa3r0 commented Jul 30, 2022

I have the same problem

[2022/07/30 15:53:19] - Debug level: 2
[2022/07/30 15:53:20] - Opening https://www.noip.com/login...
[2022/07/30 15:53:24] - Logging in...
[2022/07/30 15:53:24] - Message: element not interactable
(Session info: headless chrome=103.0.5060.134)

root@xxxxxxxxx:/usr/local/bin#

I did above fix..but the issue has either returned or the fix did not work properly.

I have not been able to use the software for a while.
Can anyone else still use it

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